summaryrefslogtreecommitdiff
path: root/core/java/android/content/DynamicAndroidClient.java
Commit message (Collapse)AuthorAgeFilesLines
* API review followup: DynamicAndroidClientPo-Chien Hsueh2019-03-211-370/+0
| | | | | | | | | | | | | | | | | Some API changes per API reivew: - Move DynamicAndroidClient and ~Manager to android.os.image. - Rename them to DynamicSystemClient and ~Manager. - Rename permission MANAGE_DYNAMIC_ANDROID to MANAGE_DYNAMIC_SYSTEM - Corresponding changes in the installation service. - Corresponding changes in privapp-permissions-platform.xml. - Add missing annotations. - Change setOnStatusChangedListener's parameters order. - Improve documentations. - Re-generate api/system-current.txt. Bug: 126613281 Test: adb shell am Change-Id: Ia920e9ccf6de1dbbd38c52910cb72cb81b9b5b32
* Add DynamicAndroidClientHoward Chen2019-01-311-0/+370
DynamicAndroidClient is the SystemApi to invoke DynamicAndroid installation service. It also provides a listener for status update. Bug: 122440941 Test: Compile and run on internal target Change-Id: I1ea5e861ecaca1647b445eac57ed15a144be68e8