summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-09-10 09:10:00 -0400
committerJohn Spurlock <jspurlock@google.com>2014-09-10 09:13:54 -0400
commitbf4e41747d138bf89c6c3fa5076a38334d3b45e1 (patch)
tree093070fcd2be8c02b52701251d7018159dc47ca5 /core/res
parentc727fb1fc2a0653f2f1355c2f5aa826a3126dcc4 (diff)
downloadframeworks_base-bf4e41747d138bf89c6c3fa5076a38334d3b45e1.zip
frameworks_base-bf4e41747d138bf89c6c3fa5076a38334d3b45e1.tar.gz
frameworks_base-bf4e41747d138bf89c6c3fa5076a38334d3b45e1.tar.bz2
Zen: Make condition providers available via @SystemApi.
Bug:16819503 Change-Id: Ibd7004f7a0928d3f14f9ccd55088cf645d5285e2
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 8a1d5af..bf2d09b 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2773,7 +2773,7 @@
android:description="@string/permdesc_bindNotificationListenerService"
android:protectionLevel="signature" />
- <!-- Must be required by an {@link
+ <!-- @SystemApi Must be required by a {@link
android.service.notification.ConditionProviderService},
to ensure that only the system can bind to it.
@hide -->