-
- Downloads
Added push API and System API client for BackgroundInstallControlService
and added permission restriction to service APIs. Bug: 296060433 Test: atest BackgroundInstallControlServiceHostTest BackgroundInstallControlServiceTest BackgroundInstallControlCallbackHelperTest CtsBackgroundInstallControlManagerTestCases CtsBackgroundInstallControlManagerNoPermissionsTestCases Change-Id: I248ee1e6a95e6eb9995c4dfb688a9903387f2e48
Showing
- core/api/system-current.txt 12 additions, 0 deletionscore/api/system-current.txt
- core/java/android/app/BackgroundInstallControlManager.java 227 additions, 0 deletionscore/java/android/app/BackgroundInstallControlManager.java
- core/java/android/app/OWNERS 4 additions, 0 deletionscore/java/android/app/OWNERS
- core/java/android/app/SystemServiceRegistry.java 9 additions, 0 deletionscore/java/android/app/SystemServiceRegistry.java
- core/java/android/app/background_install_control_manager.aconfig 8 additions, 0 deletions...va/android/app/background_install_control_manager.aconfig
- core/java/android/content/pm/IBackgroundInstallControlService.aidl 9 additions, 0 deletions.../android/content/pm/IBackgroundInstallControlService.aidl
- services/core/java/com/android/server/pm/BackgroundInstallControlCallbackHelper.java 93 additions, 0 deletions...oid/server/pm/BackgroundInstallControlCallbackHelper.java
- services/core/java/com/android/server/pm/BackgroundInstallControlService.java 109 additions, 71 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 3 additions, 0 deletions...BackgroundInstallControlServiceTests/host/AndroidTest.xml
- services/tests/BackgroundInstallControlServiceTests/host/src/com/android/server/pm/test/BackgroundInstallControlServiceHostTest.java 29 additions, 6 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 211 additions, 9 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 309 additions, 247 deletions...ndroid/server/pm/BackgroundInstallControlServiceTest.java
Loading
Please register or sign in to comment