kunlun2: doze: Inject doze through ia
This reverts commit 01d28d0abd9559dab1d735ba66a6844d8e5884c3. Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com>
This commit is contained in:
parent
3b00c1e366
commit
ac6129893f
1 changed files with 4 additions and 2 deletions
|
@ -50,9 +50,11 @@
|
||||||
android:label="@string/ambient_display_title"
|
android:label="@string/ambient_display_title"
|
||||||
android:theme="@style/Theme.Main">
|
android:theme="@style/Theme.Main">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.lineageos.settings.device.DOZE_SETTINGS" />
|
<action android:name="com.android.settings.action.IA_SETTINGS" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
<meta-data
|
||||||
|
android:name="com.android.settings.category"
|
||||||
|
android:value="com.android.settings.category.ia.display" />
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
|
|
Loading…
Reference in a new issue