diff options
| author | Ricky Wai <rickywai@google.com> | 2019-03-18 21:37:08 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-03-18 21:37:08 +0000 |
| commit | 0718f9d0d564ea0ab0480119999cc400181889e1 (patch) | |
| tree | 3dfd18f5a02c5d692c0ff33602456a40f36cd1fd /core/java/android | |
| parent | 5c85ed092a07e816f2d1da5d4856a80e12b679c5 (diff) | |
| parent | 8286ffda54f453d5b992208dd7170b5ab1403799 (diff) | |
Merge "Remove hidden launchable app vouching code"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/pm/LauncherApps.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/java/android/content/pm/LauncherApps.java b/core/java/android/content/pm/LauncherApps.java index 2a19763321f2..954deac97d6d 100644 --- a/core/java/android/content/pm/LauncherApps.java +++ b/core/java/android/content/pm/LauncherApps.java @@ -142,17 +142,6 @@ public class LauncherApps { public static final String EXTRA_PIN_ITEM_REQUEST = "android.content.pm.extra.PIN_ITEM_REQUEST"; - /** - * Metadata key that specifies vouched certs, so any apps signed by a cert in vouched certs - * will not show hidden icon in launcher even it does not have a launcher visible activity. - * - * If an app has this metadata in manifest, it won't be eligible to hide its icon even if its - * cert is in vouched certs list. - * - * @hide - */ - public static final String VOUCHED_CERTS_KEY = "vouched_certs"; - private final Context mContext; @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023) private final ILauncherApps mService; |
