diff options
| author | Ricky Wai <rickywai@google.com> | 2019-03-18 15:59:45 +0000 |
|---|---|---|
| committer | Ricky Wai <rickywai@google.com> | 2019-03-18 16:07:40 +0000 |
| commit | 8286ffda54f453d5b992208dd7170b5ab1403799 (patch) | |
| tree | a34238a0c0888c4111624f9820695a81709aecd8 /core/java/android | |
| parent | e3cbf906eec366057bfe411874ca8e4a55531000 (diff) | |
Remove hidden launchable app vouching code
Bug: 128279519
Test: Able to compile
Change-Id: Id121bf2a23a78b43f28963b7d76c5e5fa575a97f
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; |
