sm6150-common: parts: Move Xiaomi Doze inside stock ambient display preference
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
This commit is contained in:
parent
3c188a0a88
commit
9682ef4dc4
@ -36,4 +36,7 @@
|
|||||||
|
|
||||||
<!-- Whether to show the Preference for Adaptive connectivity -->
|
<!-- Whether to show the Preference for Adaptive connectivity -->
|
||||||
<bool name="config_show_adaptive_connectivity">false</bool>
|
<bool name="config_show_adaptive_connectivity">false</bool>
|
||||||
|
|
||||||
|
<!-- Device specific doze package -->
|
||||||
|
<string name="config_customDozePackage" translatable="false">org.lineageos.settings/org.lineageos.settings.doze.DozeSettingsActivity</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -49,10 +49,6 @@
|
|||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:label="@string/ambient_display_title"
|
android:label="@string/ambient_display_title"
|
||||||
android:theme="@style/Theme.SubSettingsBase">
|
android:theme="@style/Theme.SubSettingsBase">
|
||||||
<intent-filter>
|
|
||||||
<action android:name="org.lineageos.settings.device.DOZE_SETTINGS" />
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
Loading…
Reference in New Issue
Block a user