summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-10-22 14:13:32 -0400
committerChris Wren <cwren@android.com>2014-10-28 15:54:53 -0400
commit8326a8a9453be1fa401f187994f7c8fabe68e489 (patch)
tree959679d7a9995d960cccedc4fb19e00977675ed3 /core/java/android/provider
parent3961d2af80f4c0285176f2984b35ffe5ee65ba5a (diff)
downloadframeworks_base-8326a8a9453be1fa401f187994f7c8fabe68e489.zip
frameworks_base-8326a8a9453be1fa401f187994f7c8fabe68e489.tar.gz
frameworks_base-8326a8a9453be1fa401f187994f7c8fabe68e489.tar.bz2
Reveal notification listener settings APIs.
Fix the value of the ACTION_NOTIFICATION_LISTENER_SETTINGS constant to be the actual value to which the settings app responds. Bug: 10023397 Change-Id: I80a0ff76406a3b0b893793f9a63ffa563dae103b
Diffstat (limited to 'core/java/android/provider')
-rw-r--r--core/java/android/provider/Settings.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 75c435e..8f22c63 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -787,11 +787,10 @@ public final class Settings {
* <p>
* Output: Nothing.
* @see android.service.notification.NotificationListenerService
- * @hide
*/
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
public static final String ACTION_NOTIFICATION_LISTENER_SETTINGS
- = "android.settings.NOTIFICATION_LISTENER_SETTINGS";
+ = "android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS";
/**
* @hide
@@ -4739,8 +4738,8 @@ public final class Settings {
public static final String SMS_DEFAULT_APPLICATION = "sms_default_application";
/**
- * Name of a package that the current user has explicitly allowed to see all of that
- * user's notifications.
+ * Names of the packages that the current user has explicitly allowed to
+ * see all of the user's notifications, separated by ':'.
*
* @hide
*/