diff options
author | Todd Kennedy <toddke@google.com> | 2016-03-08 10:10:54 -0800 |
---|---|---|
committer | Todd Kennedy <toddke@google.com> | 2016-03-09 15:34:00 -0800 |
commit | eb9b05392ad047863244f9e07a3b10e9c0561e39 (patch) | |
tree | 334277d4c47a882159f01fb53771d39a66ece672 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 8b030cce347dbfc5c2f33d96daf1de7eeb219c76 (diff) |
remove splits
Individual splits can now be removed for an application. The
application will be terminated if it's running when a split is
removed.
To remove a split, either use either "uninstall":
$ adb shell cmd package uninstall <PACKAGE> <SPLIT>
or "install-remove":
$ adb shell cmd package install-create -r -p <PACKAGE>
$ adb shell cmd package install-remove <SESSION> <SPLIT>
$ adb shell cmd package install-commit <SESSION>
For "install-remove" you must use '-r' and '-p' when creating
the session.
Bug: 27547051
Change-Id: I4d71a19ad45e39f6622d9ab6791ea8c4230a79e0
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions