diff options
| author | Julia Reynolds <juliacr@google.com> | 2018-01-22 16:40:45 -0500 |
|---|---|---|
| committer | Julia Reynolds <juliacr@google.com> | 2018-01-23 09:04:29 -0500 |
| commit | c128c86481682f92ba005332b7e456b0b8a762c3 (patch) | |
| tree | 7f932db9fa3138f72065c1389514fc47fde0334d /core/java/android/provider/Settings.java | |
| parent | 414b665f2df5b734f88ee99dab9a14ff3e811551 (diff) | |
Remove settings intent
There's no dedicated screen for it to go to.
Test: make
Bug: 63927402
Change-Id: I9fc3352b74e526b5bd43ac48626c0d469fae4899
Diffstat (limited to 'core/java/android/provider/Settings.java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 0e323f8570a0..228a86d40463 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -41,7 +41,6 @@ import android.app.ActivityThread; import android.app.AppOpsManager; import android.app.Application; import android.app.NotificationChannel; -import android.app.NotificationChannelGroup; import android.app.NotificationManager; import android.app.SearchManager; import android.app.WallpaperManager; @@ -75,7 +74,6 @@ import android.os.RemoteException; import android.os.ResultReceiver; import android.os.ServiceManager; import android.os.UserHandle; -import android.provider.SettingsValidators; import android.provider.SettingsValidators.Validator; import android.speech.tts.TextToSpeech; import android.telephony.SubscriptionManager; @@ -1345,18 +1343,6 @@ public final class Settings { = "android.settings.CHANNEL_NOTIFICATION_SETTINGS"; /** - * Activity Action: Show notification settings for a single {@link NotificationChannelGroup}. - * <p> - * Input: {@link #EXTRA_APP_PACKAGE}, the package containing the channel group to display. - * Input: {@link #EXTRA_CHANNEL_GROUP_ID}, the id of the channel group to display. - * <p> - * Output: Nothing. - */ - @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) - public static final String ACTION_CHANNEL_GROUP_NOTIFICATION_SETTINGS = - "android.settings.CHANNEL_GROUP_NOTIFICATION_SETTINGS"; - - /** * Activity Extra: The package owner of the notification channel settings to display. * <p> * This must be passed as an extra field to the {@link #ACTION_CHANNEL_NOTIFICATION_SETTINGS}. @@ -1372,15 +1358,6 @@ public final class Settings { public static final String EXTRA_CHANNEL_ID = "android.provider.extra.CHANNEL_ID"; /** - * Activity Extra: The {@link NotificationChannelGroup#getId()} of the notification channel - * group settings to display. - * <p> - * This must be passed as an extra field to the - * {@link #ACTION_CHANNEL_GROUP_NOTIFICATION_SETTINGS}. - */ - public static final String EXTRA_CHANNEL_GROUP_ID = "android.provider.extra.CHANNEL_GROUP_ID"; - - /** * Activity Action: Show notification redaction settings. * * @hide |
