diff options
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 0e323f8570a0..7de56e196b20 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -1502,6 +1502,21 @@ public final class Settings { public static final String ACTION_REQUEST_SET_AUTOFILL_SERVICE = "android.settings.REQUEST_SET_AUTOFILL_SERVICE"; + /** + * Activity Action: Show screen for controlling which apps have access on volume directories. + * <p> + * Input: Nothing. + * <p> + * Output: Nothing. + * <p> + * Applications typically use this action to ask the user to revert the "Do not ask again" + * status of directory access requests made by + * {@link android.os.storage.StorageVolume#createAccessIntent(String)}. + */ + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) + public static final String ACTION_STORAGE_VOLUME_ACCESS_SETTINGS = + "android.settings.STORAGE_VOLUME_ACCESS_SETTINGS"; + // End of Intent actions for Settings /** |
