Loading core/java/android/provider/Settings.java +15 −0 Original line number Diff line number Diff line Loading @@ -1747,6 +1747,21 @@ public final class Settings { @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_DREAM_SETTINGS = "android.settings.DREAM_SETTINGS"; /** * Activity Action: Show Communal settings. * <p> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. * <p> * Input: Nothing. * <p> * Output: Nothing. * * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_COMMUNAL_SETTING = "android.settings.COMMUNAL_SETTINGS"; /** * Activity Action: Show Notification assistant settings. * <p> Loading Loading
core/java/android/provider/Settings.java +15 −0 Original line number Diff line number Diff line Loading @@ -1747,6 +1747,21 @@ public final class Settings { @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_DREAM_SETTINGS = "android.settings.DREAM_SETTINGS"; /** * Activity Action: Show Communal settings. * <p> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. * <p> * Input: Nothing. * <p> * Output: Nothing. * * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_COMMUNAL_SETTING = "android.settings.COMMUNAL_SETTINGS"; /** * Activity Action: Show Notification assistant settings. * <p> Loading