sm6150-common: parts: Move Xiaomi Doze inside stock ambient display preference

Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
This commit is contained in:
lemezohaib 2023-05-24 14:09:33 +00:00 committed by donjohanliebert
parent 3c188a0a88
commit 9682ef4dc4
2 changed files with 3 additions and 4 deletions

View File

@ -36,4 +36,7 @@
<!-- Whether to show the Preference for Adaptive connectivity -->
<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>

View File

@ -49,10 +49,6 @@
android:exported="false"
android:label="@string/ambient_display_title"
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