Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a294a3b9 authored by Budi Kusmiantoro's avatar Budi Kusmiantoro Committed by Android Git Automerger
Browse files

am baba3124: am c913ae64: Declare DayDreamService with BIND_DREAM_SERVICE permission

* commit 'baba3124':
  Declare DayDreamService with BIND_DREAM_SERVICE permission
parents a8b084f1 baba3124
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -165,7 +165,8 @@
        <!-- Dream (screensaver) implementation -->
        <service android:name="Screensaver"
            android:exported="true"
            android:label="@string/app_label">
            android:label="@string/app_label"
            android:permission="android.permission.BIND_DREAM_SERVICE">
            <intent-filter>
                <action android:name="android.service.dreams.DreamService" />
                <action android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />