Commit Graph

2 Commits

Author SHA1 Message Date
Po-Chien Hsueh
378dfdd05a Fix a misspelled permission
MANAGE_DYNAMIC_ANDROID is misspelled. Fix it.

Bug: 124637092
Test: adb shell am start-activity
Change-Id: I2db3643719f44fcd175ed175c037f17b6c4b6c07
2019-02-20 16:37:08 +08:00
Po-Chien Hsueh
64aa78297f Add DynamicAndroidInstallationService
DynamicAndroidInstallationService is a framework service to download,
unzip and write DynamicAndroid images. Apps should interact with it
using DynamicAndroidClient. Or, developers can use adb am commmands.

Test: build and run on internal target
Bug: 122015653
Change-Id: I7c834ed37de52840a407fb140743eda1f2bd82e8
2019-02-02 23:46:03 +08:00