commit | 5eb5a7db835a7b152690410e03f3d3a8baacde33 | [log] [tgz] |
---|---|---|
author | Todd Kennedy <toddke@google.com> | Tue Aug 01 07:42:47 2017 -0700 |
committer | Todd Kennedy <toddke@google.com> | Tue Aug 08 13:50:07 2017 -0700 |
tree | 02b6caa2ac87bfb1a0bfddedbe503d2d5b4f3e4c | |
parent | 6e8e322ea114fa609f040b821cb891bb755c7eb9 [diff] |
Add virtual preload bit to ApplicationInfo Change-Id: I2735b3823a8709b2ffb65cc8085ffcd952d3e1f2 Fixes: 64205417 Test: Manual Test: Create a sample app and install it as a normal app Test: See that it returns 'false' for "isVirtualPreload" Test: Create a sample app and install it as a virtual preload ["--preload"] Test: See that it returns 'true' for "isVirtualPreload" Test: Run sample apps after reboot and see they return the correct value