Merge "Allow only selected priv apps to run OOB" into pi-dev

This commit is contained in:
Victor Hsieh
2018-05-09 19:21:22 +00:00
committed by Android (Google) Code Review
8 changed files with 179 additions and 92 deletions

View File

@@ -8901,6 +8901,14 @@ public final class Settings {
*/
public static final String PRIV_APP_OOB_ENABLED = "priv_app_oob_enabled";
/**
* Comma separated list of privileged package names, which will be running out-of-box APK.
* Default: "ALL"
*
* @hide
*/
public static final String PRIV_APP_OOB_LIST = "priv_app_oob_list";
/**
* The interval in milliseconds at which location requests will be throttled when they are
* coming from the background.