aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-07-30 20:39:46 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-04 09:03:55 +0000
commit73d4fc94dff31477e7882286784001956b170863 (patch)
treeca3b470398ed02563d5704d1c9583836c1d489e1 /compile.sh
parentd0d29795787a12a1594dcb1581bc2d2448d9a7d9 (diff)
Add "warm" starting to mobile-install.
This introduces a new way to stop applications when deploying incremental changes that saves the current app state for the next run. This allows things like the back stack, and View/Fragment/Activity saved state to be restored when the app next launches, making it easier to quickly iterate on code changes. It adds a "--start" flag to mobile-install that replaces "--start_app". --start accepts an argument describing the mode: no, cold, or warm. "no" is now the equivalent of "--nostart_app", "cold" is the equivalent of "--start_app", and "warm" is the new start mode. Note that this is only useful with incremental installs, as Android clears out any previously saved state when an APK is replaced. -- MOS_MIGRATED_REVID=99508790
Diffstat (limited to 'compile.sh')
0 files changed, 0 insertions, 0 deletions