summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Stokes <alanstokes@google.com> 2019-11-13 15:44:00 +0000
committer Alan Stokes <alanstokes@google.com> 2019-11-13 15:44:00 +0000
commit698eb16409669af41c67d2dc5381ebaa8307a872 (patch)
treec7d56314fa3b3685f30b3ce3afdc95aac12a301c
parentb6dab8f8a556045442b4a6e16a1dae2ff269179d (diff)
Remove instant apps access to verifier consent setting.
This setting should be private to GPP, and there should be no reason for any app to access it. And GPP is migrating away from this relatively public setting, so it can't be relied upon. Test: Builds Bug: 135751498 Bug: 37119785 Change-Id: I839c2d67ae54b4df184ea7ee1c7aebee72c6e794
-rw-r--r--core/java/android/provider/Settings.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 1b1e8b4659e8..c6234536d419 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -8343,7 +8343,6 @@ public final class Settings {
INSTANT_APP_SETTINGS.add(ANDROID_ID);
- INSTANT_APP_SETTINGS.add(PACKAGE_VERIFIER_USER_CONSENT);
INSTANT_APP_SETTINGS.add(ALLOW_MOCK_LOCATION);
}