-
- Downloads
Added System API client for BackgroundInstallControlService
and added permission restriction to service APIs. Deferring push mechanism for SystemAPI until new permissions are added. OWNERS file will be updated separately in AOSP. Resubmit after reversion of b/313009440, added permission provisioning in BinaryTransparencyHostTest Bug: 296060433 Test: atest BackgroundInstallControlServiceHostTest BackgroundInstallControlServiceTest BackgroundInstallControlCallbackHelperTest BinaryTransparencyHostTest GtsBackgroundInstallControlManagerTestCases Change-Id: Ie7ec065a606b892990bcb74ad21c6d8fed3b285d
Showing
- core/api/system-current.txt 4 additions, 0 deletionscore/api/system-current.txt
- core/java/android/app/BackgroundInstallControlManager.java 101 additions, 0 deletionscore/java/android/app/BackgroundInstallControlManager.java
- core/java/android/app/SystemServiceRegistry.java 14 additions, 0 deletionscore/java/android/app/SystemServiceRegistry.java
- core/java/android/app/background_install_control_manager.aconfig 9 additions, 0 deletions...va/android/app/background_install_control_manager.aconfig
- core/java/android/content/pm/IBackgroundInstallControlService.aidl 10 additions, 1 deletion.../android/content/pm/IBackgroundInstallControlService.aidl
- services/core/java/com/android/server/pm/BackgroundInstallControlCallbackHelper.java 97 additions, 0 deletions...oid/server/pm/BackgroundInstallControlCallbackHelper.java
- services/core/java/com/android/server/pm/BackgroundInstallControlService.java 118 additions, 63 deletions...om/android/server/pm/BackgroundInstallControlService.java
- services/tests/BackgroundInstallControlServiceTests/host/Android.bp 1 addition, 0 deletions...ests/BackgroundInstallControlServiceTests/host/Android.bp
- services/tests/BackgroundInstallControlServiceTests/host/AndroidTest.xml 7 additions, 4 deletions...BackgroundInstallControlServiceTests/host/AndroidTest.xml
- services/tests/BackgroundInstallControlServiceTests/host/src/com/android/server/pm/test/BackgroundInstallControlServiceHostTest.java 30 additions, 7 deletions...rver/pm/test/BackgroundInstallControlServiceHostTest.java
- services/tests/BackgroundInstallControlServiceTests/host/test-app/BackgroundInstallControlServiceTestApp/AndroidManifest.xml 3 additions, 0 deletions...ackgroundInstallControlServiceTestApp/AndroidManifest.xml
- services/tests/BackgroundInstallControlServiceTests/host/test-app/BackgroundInstallControlServiceTestApp/src/com/android/server/pm/test/app/BackgroundInstallControlServiceTest.java 212 additions, 10 deletions...rver/pm/test/app/BackgroundInstallControlServiceTest.java
- services/tests/BackgroundInstallControlServiceTests/host/test-app/MockApp/Android.bp 8 additions, 0 deletions...stallControlServiceTests/host/test-app/MockApp/Android.bp
- services/tests/mockingservicestests/src/com/android/server/pm/BackgroundInstallControlCallbackHelperTest.java 95 additions, 0 deletions...server/pm/BackgroundInstallControlCallbackHelperTest.java
- services/tests/servicestests/src/com/android/server/pm/BackgroundInstallControlServiceTest.java 305 additions, 236 deletions...ndroid/server/pm/BackgroundInstallControlServiceTest.java
- tests/BinaryTransparencyHostTest/test-app/src/android/transparency/test/app/BinaryTransparencyTest.java 11 additions, 1 deletion...android/transparency/test/app/BinaryTransparencyTest.java
Loading
Please register or sign in to comment