Loading core/java/android/provider/Settings.java +13 −0 Original line number Diff line number Diff line Loading @@ -1282,6 +1282,19 @@ public final class Settings { public static final String ACTION_VR_LISTENER_SETTINGS = "android.settings.VR_LISTENER_SETTINGS"; /** * Activity Action: Show Storage Manager settings. * <p> * Input: Nothing. * <p> * Output: Nothing. * * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_STORAGE_MANAGER_SETTINGS = "android.settings.STORAGE_MANAGER_SETTINGS"; /** * Activity Action: Allows user to select current webview implementation. * <p> Loading Loading
core/java/android/provider/Settings.java +13 −0 Original line number Diff line number Diff line Loading @@ -1282,6 +1282,19 @@ public final class Settings { public static final String ACTION_VR_LISTENER_SETTINGS = "android.settings.VR_LISTENER_SETTINGS"; /** * Activity Action: Show Storage Manager settings. * <p> * Input: Nothing. * <p> * Output: Nothing. * * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_STORAGE_MANAGER_SETTINGS = "android.settings.STORAGE_MANAGER_SETTINGS"; /** * Activity Action: Allows user to select current webview implementation. * <p> Loading