- May 20, 2024
-
-
Kangping Dong authored
For new Thread network APIs or shell command for only testing, a new signature permission is deversed to protect them (so to distinguish them from existing system APIs which are designed for privileged apps such as GMS Core). Bug: 329368792 Change-Id: I291989eb0e024614568044945726edc07e20b8be
-
- Dec 06, 2023
-
-
Matías Hernández authored
(Night mode comes later, once UiModeManager changes are ready). Test: atest ZenModeHelperTest Bug: 308673540 Change-Id: I7deba78255ebe18c088cd3456c56f7801210f876
-
- Dec 01, 2023
-
-
Joshua Trask authored
(This is needed to be able to exercise the new API in a CTS test.) Test: (see other CLs in this topic) Bug: 268089816 Change-Id: I63de51fbb837071fbf99b8bdc9135bcfb3b12b52
-
Ameer Armaly authored
Bug: 297595990 Test: atest AccessibilityEndToEndTest Change-Id: Ic6fbcdb00ea18f2a5ee2796462eed4ea3cce0e7b
-
- Nov 21, 2023
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ieb18aeedeb6088fc8f65fc3274225f216608437a
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I7aebbaac12929789c069f75069af6512658e5bda
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I20ee22f4058593d69fbc7df564d4e864af05e8cf
-
- Nov 15, 2023
-
-
Ajay Gopi authored
This is required for CtsVoiceInteractionTestCases. Test: presubmit Bug: 291656263 Change-Id: I0fa57a0ec0d337f5bf2970a536e20bdc94d4f312
-
Sudheer Shanka authored
Bug: 301109246 Test: atest tests/tests/content/src/android/content/pm/cts/PackageManagerTest.java Change-Id: I4e33009a2328554c093d3939fc9a183aaa75d68c
-
- Nov 10, 2023
-
-
Alex Buynytskyy authored
Specified in the manifest. If a preloaded APK is marked updatableSystem=false, any request for an update is rejected. If an APK marked updatableSystem=false is being installed, regardless of the updatableSystem state of the version it's replacing, the install is rejected. Disregard this restriction adb running as root. !!This also marks Shell as such package!!! Bug: 266131956 Test: atest PackageManagerTest Test: atest PackageManagerServiceUnitTest Change-Id: I86622e48a368bed260949b62c558c3e6ee0df931
-
- Nov 08, 2023
-
-
Kangping Dong authored
Defines permissions for guarding access to Thread network API. The permissions are also granted to shell for CTS tests, see the instructions here: go/ctswrite#write-a-test-to-test-an-api-that-requires-system-permission Design doc: go/thread-android-api Bug: 262683651 Merged-In: Ib15d5589bbd304d68840ee52a193676d12110512 Change-Id: Ifc6c1d55cc170a5a200dfb5d531f5e0f86a9507a
-
- Nov 07, 2023
-
-
Kangping Dong authored
Defines permissions for guarding access to Thread network API. The permissions are also granted to shell for CTS tests, see the instructions here: go/ctswrite#write-a-test-to-test-an-api-that-requires-system-permission Design doc: go/thread-android-api (cherry picked from commit 03aa71cd4b5eabe9310d3c4d4db10038b80853d1) Bug: 262683651 Change-Id: Ib15d5589bbd304d68840ee52a193676d12110512
-
- Nov 06, 2023
-
-
Makoto Onuki authored
Bug: 292533010 Test: atest CtsGetBindingUidImportanceTest ... with and without android.app.get_binding_uid_importance set. Change-Id: Iee6f0e08ba499f2f51d8173e45168c69933cd451
-
- Nov 02, 2023
-
-
Iván Budnik authored
The new permission allows holders of COMPANION_DEVICE_WATCH to use MediaRouter2 to control the routing of other apps from the watch. Users will grant the permission from a Special App Access setting. Bug: 305919655 Bug: 192657812 Test: atest CtsMediaBetterTogetherTestCases Change-Id: I204ddbf545c3e8952bd6bec1ef86bffadbe58cbd
-
- Oct 19, 2023
-
-
Ajay Gopi authored
Change-Id: Ibde0c39ec1223c816d369a4f2e2793d295e00903 Test: atest --no-bazel-mode CtsVoiceInteractionTestCases:HotwordDetectionServiceBasicTest Bug: 291599840
-
- Sep 21, 2023
-
-
mrulhania authored
Bug: 283978092 Test: atest RevokeSelfPermissionTest Test: atest OneTimePermissionTest Test: atest DevicePermissionsTest Change-Id: I0adef572133a288c17e43b3e1b8adcf53ff68114
-
- Sep 16, 2023
-
-
Sandro Montanari authored
For context on CTS-in-sandbox: * go/cts-in-sandbox-how, and * go/sdk-in-sandbox-activity-support Flag: TEST_ONLY Bug: 261864298 Test: atest com.android.server.wm.ActivityStartInterceptorTest && \\ atest com.android.server.wm.ActivityTaskManagerServiceTests Change-Id: I4267333eaf8a84871d60635bcdd5bb522f8f96a1
-
- Sep 12, 2023
-
-
Jyoti Bhayana authored
To allow only platform signed apps to access camera as User 0 in Headless user Mode, add a new permission android.permission.CAMERA_HEADLESS_SYSTEM_USER with protection level of "signature". Bug:296959023 Test: Test that headless system user is not able to access the camera without the new permission. Change-Id: I8fab31e1d7e483b476fe1761c8b35e1766119b25
-
- Aug 31, 2023
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I48dd3f2020c3d0ab4925b7e38d5b2ba6a63c8a47
-
- Aug 25, 2023
-
-
Varun Shah authored
Add requirement of either being the system or having the REPORT_USAGE_STATS permission in order to call any report events related APIs. This includes the reportChooserSelection and reportUserInteraction APIs. Also add the permission to Shell so the APIs can be tested via CTS. Bug: 296056771 Bug: 218679369 Test: atest CtsUsageStatsTest Change-Id: I3b28e00b9da73cd4bc051f3c5e03e29a734a1df0
-
Pierre Barbier de Reuille authored
External displays start disabled, signal connection / disconnection and can be enabled / disabled by system apps. The implementation of the signalling is mostly in LogicalDisplayMapper. The flags are accessed through DisplayManagerFlags, which is injected into DisplayManagerService. All other uses come from DisplayManagerService and is propagated. This allows for injection in tests. Currently, we are using a standard flag, but if DeviceConfig is not ready, we instead read a default static value. The value cannot change during the runtime of the device. When read only flags are ready, we can simplify the code to remove the default value, as the flag will always be available. To test on a local device, set `DisplayManagerFlags.DEFAULT_IS_CONNECTED_DISPLAY_MANAGEMENT_ENABLED` to true. Bug: 280739508 Test: atest LocalDisplayAdapterTest Test: atest DisplayManagerServiceTest Change-Id: I91411a8e726982d88474cf2ecd0f423bde9be107
-
- Aug 24, 2023
-
-
Raphael Kim authored
Bug: 288297505 Test: atest CtsCompanionDeviceManagerCoreTestCases:TransportPermissionTest Change-Id: If709de4f717546f3706bf08fd098b0dc78b61a44 Merged-In: If709de4f717546f3706bf08fd098b0dc78b61a44
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I02b8f2f994338c418ba9374ff9add56ff9bbaebf
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: If9886de22c3af79906a60aa986a7237ea608002a
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I48cccd7d6a50b4a092a69e2cc66b18975e2e4334
-
- Aug 23, 2023
- Aug 22, 2023
-
-
Robin Lee authored
Test: atest 'CtsSecurityTestCases:android.security.cts.ActivityManagerTest#testActivityManager_stripTransitionFromActivityOptions' Bug: 286882367 Bug: 290586831 Bug: 237290578 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0be0367ece4d946de576f7bb1e6e6777633a736d) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8bddf5091e0bf4e8252abc66169a7bcc9459001a) Merged-In: Iffe5625ae57c21874805ef98b67faac9f56f87f5 Change-Id: Iffe5625ae57c21874805ef98b67faac9f56f87f5
-
- Jul 28, 2023
-
-
Raphael Kim authored
Bug: 288297505 Test: atest CtsCompanionDeviceManagerCoreTestCases:TransportPermissionTest Change-Id: If709de4f717546f3706bf08fd098b0dc78b61a44
-
- Jul 26, 2023
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ie248f1e9e617234e773b38b5a596c0896ef791ca
-
Robin Lee authored
Test: atest 'CtsSecurityTestCases:android.security.cts.ActivityManagerTest#testActivityManager_stripTransitionFromActivityOptions' Bug: 286882367 Bug: 290586831 Bug: 237290578 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0be0367ece4d946de576f7bb1e6e6777633a736d) Merged-In: Iffe5625ae57c21874805ef98b67faac9f56f87f5 Change-Id: Iffe5625ae57c21874805ef98b67faac9f56f87f5
-
Robin Lee authored
Test: atest 'CtsSecurityTestCases:android.security.cts.ActivityManagerTest#testActivityManager_stripTransitionFromActivityOptions' Bug: 286882367 Bug: 290586831 Bug: 237290578 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0be0367ece4d946de576f7bb1e6e6777633a736d) Merged-In: Iffe5625ae57c21874805ef98b67faac9f56f87f5 Change-Id: Iffe5625ae57c21874805ef98b67faac9f56f87f5
-
- Jul 19, 2023
-
-
Robin Lee authored
Test: atest 'CtsSecurityTestCases:android.security.cts.ActivityManagerTest#testActivityManager_stripTransitionFromActivityOptions' Bug: 290586831 Bug: 237290578 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0be0367ece4d946de576f7bb1e6e6777633a736d) Merged-In: Iffe5625ae57c21874805ef98b67faac9f56f87f5 Change-Id: Iffe5625ae57c21874805ef98b67faac9f56f87f5
-
- Jul 17, 2023
-
-
Robin Lee authored
Change-Id: Iffe5625ae57c21874805ef98b67faac9f56f87f5 Test: atest 'CtsSecurityTestCases:android.security.cts.ActivityManagerTest#testActivityManager_stripTransitionFromActivityOptions' Bug: 290586831 Bug: 237290578
-
- Jul 14, 2023
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I6e28d256aa6c09589107ce5eff3c3bc76af35e28
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I45d02809cca8c25b5f5202a6b33f5a1012760b58
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I2d02c54c803db143079d4e0dbc0e5edfae5e1832
-
- Jul 13, 2023
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I2e2c99e95b9b6bde8ba1adc51c60cd63122b9114
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I305a7544a74589c0bf9cd2a41b3bdf936e44b83f
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I8a72a8e36bb1c425ec711b8d22161c95bbf58c60
-