summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Settings.java17
1 files changed, 1 insertions, 16 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 550dd9e..4e13758 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -574,22 +574,7 @@ public final class Settings {
*/
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
public static final String ACTION_MANAGE_OVERLAY_PERMISSION =
- "android.settings.action.MANAGE_OVERLAY_PERMISSION";
-
- /**
- * Activity Action: Show settings to toggle permission to allow app to
- * read/write system settings.
- * <p>
- * In some cases, a matching Activity may not exist, so ensure you
- * safeguard against this.
- * <p>
- * Input: Nothing.
- * <p>
- * Output: Nothing.
- */
- @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
- public static final String ACTION_MANAGE_WRITE_SETTINGS =
- "android.settings.action.MANAGE_WRITE_SETTINGS";
+ "android.settings.MANAGE_OVERLAY_PERMISSION";
/**
* Activity Action: Show screen of details about a particular application.