summaryrefslogtreecommitdiffstats
path: root/tests/DozeTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DozeTest/AndroidManifest.xml')
-rw-r--r--tests/DozeTest/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/DozeTest/AndroidManifest.xml b/tests/DozeTest/AndroidManifest.xml
index c199f69..03778d6 100644
--- a/tests/DozeTest/AndroidManifest.xml
+++ b/tests/DozeTest/AndroidManifest.xml
@@ -22,7 +22,8 @@
android:name="DozeTestDream"
android:exported="true"
android:icon="@drawable/ic_app"
- android:label="@string/doze_dream_name">
+ android:label="@string/doze_dream_name"
+ android:permission="android.permission.BIND_DREAM_SERVICE">
<!-- Commented out to prevent this dream from appearing in the list of
dreams that the user can select via the Settings application.
<intent-filter>