- Feb 03, 2021
-
-
Naomi Musgrave authored
Sandbox Display#getRealSize and WindowManager bounds when letterbox or size compat mode are applied to the configuration. Display uses this field to provide the sandboxed display size. Test: atest WindowConfigurationTests Test: atest FrameworksMockingCoreTests:android.view.DisplayTests Test: atest WmTests:SizeCompatTests Bug: 171386167 Change-Id: I6f78edcd9214b52ab0708e3892bc86ee05bb5b9a
-
- Feb 02, 2021
-
-
Evan Severson authored
Apps can't request this permission anyways so some apps started misbehaving when forcing users to grant all permissions without caring what they are. Test: Boot Fixes: 172844303 Bug: 158311343 Change-Id: Ia83ad5433ff3cdae57d901b3a9d781725124c6b9
-
- Jan 30, 2021
-
-
Nicholas Ambur authored
Bug: 177271291 Test: gts-tradefed run gts -m GtsAssistIntentTestCases Change-Id: I6c6134a9912a73039556a4d700bbb0bb97b6b3d4 Merged-In: I293d66811f8a27170f2bc4cb74b7d4c9ec55fac8
-
- Jan 29, 2021
-
-
Sunny Goyal authored
Bug: 177096054 Test: Presubmit for quickstep Change-Id: Ia824ed21a3836548eccb186ee7c9a3f697e9ee66
-
- Jan 27, 2021
-
- Jan 26, 2021
-
-
Louis Chang authored
Update local variables and comments with Task terms. No logical changes. Bug: 157876447 Test: presubmit Change-Id: Iffcd5ca8971fc8856775538c3eebcefef2cf4b24
-
- Jan 22, 2021
-
-
Makoto Onuki authored
Bug: 177920807 Test: atest CtsPermission2TestCases:android.permission2.cts.PrivappPermissionsTest#privappPermissionsNeedToBeWhitelisted -- --abi arm64-v8a Change-Id: I01d60ff89ee2eb38bab37a1d00c5e81bd6a06c01
-
Etan Cohen authored
This reverts commit ddb49025. Change-Id: I7d5433bf676661ede208f840c27a71abbe663195
-
Etan Cohen authored
New permission is needed to allow CTS to trigger the new WiFi subsystem restart API. Bug: 175084231 Bug: 178125790 Test: atest android.net.wifi.cts.WifiManagerTest#testRestartWifiSubsystem Change-Id: I0eb0362e6421480c10ba64f923a9069d1258d4ca
-
Dan Harms authored
Bug: 160037666 Test: m Change-Id: Ib96198a39c18a0b9c3cf64c0c58c89b1a5b62c19
-
Adam Bookatz authored
The UserSystemPackageInstaller installs packages on new users based on their configuration in an allowlist. An exception was made for auto-generated RROs, which were instead installed based on their overlay target package's configuration (thus avoiding the need for manually allowlisting each such overlay). This is now expanded to all static overlays (which should include auto-generated RROs, according to the bug). That is: Static overlays no longer need to be mentioned in the list, but will instead be installed based on the listing for their overlay target package. Test: atest UserSystemPackageInstallerTest Fixes: 172956245 Change-Id: I6b974bba20ee059a8f744092db7c3441580d327f
-
- Jan 21, 2021
-
-
Dan Harms authored
Bug: 160037666 Test: Compiles Change-Id: I955916f97815fb55a4e701f69a01a975e0d0c205 Merged-In: Ib96198a39c18a0b9c3cf64c0c58c89b1a5b62c19
-
Jordan Liu authored
Bug: 177346942 Test: manual Change-Id: Icc512fd8e205bdc6645558053f254e2b39bea077
-
Keun young Park authored
- It now overrides shell package itself Bug: 177099512 Test: Check if shell package has all necessary permissions Change-Id: I139b47fcb2992e42da020aaac8680ae8dd2efac0 Merged-In: I139b47fcb2992e42da020aaac8680ae8dd2efac0 (cherry picked from commit 2bd010b7)
-
Jeff Vander Stoep authored
Test: n/a Change-Id: Ic4ffafeb36d2bc69ebdd39e3f8ff40547bdcddd3
-
Charles Chen authored
... until it adds the first view In R, we create WindowToken for every WindowContext creation. In S, we only create WindowToken for the WindowContext which adding a view. This CL also provide the ability to attach an existing WindowToken by overriding WindowManager.LayoutParams.mToken, and remove the WindowContext created WindowToken after WindowContext destruction. Bug: 159767464 Bug: 153369119 Test: atest WindowTokenTests WindowContextListenerControllerTests Change-Id: Iefe0315461b452a84cecbff2d08ee04c1f34051d
-
- Jan 20, 2021
-
-
Bernardo Rufino authored
Original CL got reverted because target aosp_arm64-userdebug was failing to boot. Apparently, the right place to put the permission for launcher3 is in frameworks/base/data/etc/com.android.launcher3.xml, not frameworks/base/data/etc/privapp-permissions-platform.xml (despite it having an entry on the latter) because launcher3 lives in system_ext. -- Original CL description CellBroadcastReceiver, a mainline module signed with the networkstack, needs it before showing emergency alerts to the user. This is inline and ok with the rest of of the restrictions given that STATUS_BAR that allows calls to StatusBarManager.collapsePanels() also has "privileged" protection level. Also adding permission to privapp-permissions-platform for Launcher3 because of b/177506944, despite it getting it via "recents" protection level. Bug: 177346942 Bug: 159105552 Test: atest PermissionPolicyTest Test: Run DeviceBootTest for aosp_arm64-userdebug in forrest. Change-Id: Ie3298c839003aeaca3cc84782e8846374beca5b8
-
Ivan Chiang authored
Revert "Add BROADCAST_CLOSE_SYSTEM_DIALOGS to launcher via privi..." Revert "Udpate BROADCAST_SYSTEM_DIALOGS permission in CTS" Revert submission 13328953-acsd-privileged Reason for revert: DeviceBootTest#REBOOT_TEST fail on b/177952808. Reverted Changes: Id3fdaf36f:Udpate BROADCAST_SYSTEM_DIALOGS permission in CTS I40a28210f:Add BROADCAST_CLOSE_SYSTEM_DIALOGS to launcher via... If027c6824:Add privileged to BROADCAST_CLOSE_SYSTEM_DIALOGS Change-Id: I2a2e12af9075727e0d6f0be07467c4ba9285b2d3
-
Hall Liu authored
Add new column definitions in the call log db to support storing the new call composer elements in the call log. Also refactor addCall to use a builder pattern, and add READ_VOICEMAIL for shell in order to support new CTS tests Test: atest CallLogTest Bug: 174798736 Change-Id: I00e127510c382d9ff0ffc70f4c5ad7179ac7319a
-
- Jan 19, 2021
-
-
Nathalie Le Clair authored
After this change, the power button on the reference remote will function as a power toggle for the HDMI-connected display (=TV) power state. The device will then follow the TV power state. Bug: 157402294 Test: N/A Change-Id: I462f792f5aae8c47c876d3ea3dfea64fc1c551b5
-
- Jan 15, 2021
-
-
Heemin Seog authored
Bug: 177364704 Test: none Change-Id: I8f19d7d58ee78b64d93de265739a7a880b6a52df Merged-In: I8f19d7d58ee78b64d93de265739a7a880b6a52df
-
- Jan 14, 2021
-
-
Heemin Seog authored
Bug: 177364704 Test: none Change-Id: I8f19d7d58ee78b64d93de265739a7a880b6a52df
-
Bernardo Rufino authored
CellBroadcastReceiver, a mainline module signed with the networkstack, needs it before showing emergency alerts to the user. This is inline and ok with the rest of of the restrictions given that STATUS_BAR that allows calls to StatusBarManager.collapsePanels() also has "privileged" protection level. Also adding permission to privapp-permissions-platform for Launcher3 because of b/177506944, despite it getting it via "recents" protection level. Bug: 177346942 Bug: 159105552 Test: atest PermissionPolicyTest Change-Id: If027c6824a58c8b9a917f9995e34bf8b306cab54
-
- Jan 13, 2021
-
-
Meng Wang authored
Bug: 176127289 Test: make Change-Id: Ic322a097ef2d33f52da593fbc4e3acd78674b220
-
- Jan 12, 2021
-
-
Adam Bookatz authored
Part 1 was aosp/1546301. Two parts are required due to b/175318571. Test: N/A Change-Id: I1a89f7d26da70dce36d1e891a8e8ebc4042dc56c
-
- Jan 11, 2021
-
-
Keun young Park authored
- It now overrides shell package itself Bug: 177099512 Test: Check if shell package has all necessary permissions Change-Id: I139b47fcb2992e42da020aaac8680ae8dd2efac0
-
- Jan 06, 2021
-
-
Jordan Liu authored
Bug: 175043978 Test: atest PrivappPermissionsTest#privappPermissionsNeedToBeWhitelisted Change-Id: I4153770218c0cae39882b80266183d74af6622fe
-
Collin Fijalkovich authored
As part of targetting the Android S API level, we need to explicitly allow the privapp Traceur to start services from the background. Test: atest TraceurUiTest Bug: 176849372 Change-Id: I58c2a23653541f8516beedf0971d60403eedbb02
-
Evan Rosky authored
This CL adds flags per-change in a transition so that extra meta-information (like is-wallpaper, shows-wallpaper, translucent, starting-window-transfer) can be passed to shell. This then treats wallpaper like other activities WRT to transitions (collect/send to shell) except for a couple differences: 1. When any window is collected, if it shows wallpaper, then the wallpaper will be automatically collected too. 2. During TransitionInfo construction, wallpaper containers are excluded from promotion and root-leash calculation. This also adds starting-window transfers to the transition and adds support in the example player. Bug: 169035082 Test: launch any non-wallpaper app (eg. messages), then press home-button to bring home to front. The wallpaper should be included with the home fading-in. Change-Id: I7ceea614e16c2686f533937db10436f66764255e
-
- Jan 05, 2021
-
-
Max Zhang authored
Adding key layout and device configuration file for Google Reference RCU. The VID/PID pair used in file name is speicifically for Reference RCU, which supports both G10 and G20. b/173100313 test: manually on custom build for ADT-3 Change-Id: I2048012fb91adfc6a2f61065ba262d5ed344c673
-
Louis Chang authored
Restructure the task looks-up methods to allow finding tasks without passing in an ActivityRecord. This opens the opportunity of looking reusable tasks before building an ActivityRecord, which is the first step of stand-in activity replacement. Bug: 175354896 Test: presubmit Change-Id: Ic769790f0e5cbc921e144e1bb3d696519fc13555
-
- Jan 03, 2021
-
-
Etan Cohen authored
New permission is needed to allow CTS to trigger the new WiFi subsystem restart API. Bug: 175084231 Test: atest android.net.wifi.cts.WifiManagerTest#testRestartWifiSubsystem Change-Id: Id844fb799c61f65580e686d1da7ec38a62dd01d0
-
- Dec 18, 2020
-
-
Quang Luong authored
Bug: 153651001 Test: CTS tests pass Change-Id: I7c73bba692ade59731c1881b12f026e3a41891ca
-
- Dec 17, 2020
-
-
Chen Xu authored
See b/171668171#29 for fix explanation. Bug: 171668171 Bug: 172602964 Bug: 171614598 Bug: 171755310 Test: Manual test Change-Id: Ie12354d42aa7d1bf07eeca1cb2c389d2383abbf4
-
Chris Li authored
- Have TaskDisplayArea extends DisplayArea<WindowContainer> Bug: 175136051 Test: Passed existing tests Change-Id: I33474acfb0fdb665823a6dcb63635f1e7702a1e2
-
- Dec 16, 2020
-
-
Chris Ye authored
Add sensor default axes mapping in generic key layout map. Add sensor axes mappings and configurations for input device sensor support. Bug: 161634265 Test: atest InputDeviceSensorManagerTest Change-Id: I8279a146d39b9f99378d152935b1522674c81b85
-
- Dec 15, 2020
-
-
Serik Beketayev authored
Bug: 170911632 Test: mma Change-Id: I451e5515cb36af3889d83978ad06c92b7782c7a8 Merged-In: Ibb3a39bbe3d881a94b80411f324a7b4b0e37f9c3
-
Marvin Ramin authored
Needed for HDMI_CEC CTS tests to call HdmiControlManager. Bug: 169914520 Test: atest CtsHdmiCecHostTestCases with changes to tests Change-Id: Ia997f3910ab4ca3a149b2cbd3b1d3d7e9f7202f2
-
Marek Z Jeziorek authored
Bug: 175510263 Test: Manual Test: https://en.wikipedia.org/wiki/Bengali_(Unicode_block) Test: https://en.wikipedia.org/wiki/Devanagari_(Unicode_block) Test: https://en.wikipedia.org/wiki/Gujarati_(Unicode_block) Test: https://en.wikipedia.org/wiki/Gurmukhi_(Unicode_block) Test: https://en.wikipedia.org/wiki/Kannada_(Unicode_block) Test: https://en.wikipedia.org/wiki/Malayalam_(Unicode_block) Test: https://en.wikipedia.org/wiki/Sinhala_(Unicode_block) Test: https://en.wikipedia.org/wiki/Tamil_(Unicode_block) Test: https://en.wikipedia.org/wiki/Telugu_(Unicode_block) Test: http://www.unicode.org/udhr/d/udhr_ben.html Test: http://www.unicode.org/udhr/d/udhr_hin.html Test: http://www.unicode.org/udhr/d/udhr_guj.html Test: http://unicode.org/udhr/d/udhr_pan.html Test: http://www.unicode.org/udhr/d/udhr_kan.html Test: http://www.unicode.org/udhr/d/udhr_mal.html Test: https://www.unicode.org/udhr/d/udhr_sin.html Test: http://www.unicode.org/udhr/d/udhr_tam.html Test: http://www.unicode.org/udhr/d/udhr_tel.html Change-Id: I32e8f7545e4a0929e06e91fb4990fc373fa47395
-
- Dec 14, 2020
-
-
Jordan Liu authored
Bug: 173335320 Test: manually verify API works from app Change-Id: I1f8b24765d22d3e78f0cf43d04fabcd5e9fd24a3
-