sdm660-common: DeviceSettings: promote device settings broadcast receiver priority

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alcatraz323 2023-02-22 22:51:07 +08:00 committed by pix106
parent b068b7999b
commit d50b95c50d

View file

@ -26,6 +26,7 @@
android:targetSdkVersion="30"/>
<application
android:directBootAware="true"
android:label="@string/advanced_settings"
android:supportsRtl="true"
android:theme="@style/Theme.SubSettingsBase">
@ -35,7 +36,7 @@
android:directBootAware="true"
android:enabled="true"
android:exported="true">
<intent-filter>
<intent-filter android:priority="999">
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />