mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: parts: Move directbootaware manifest to receiver
This commit is contained in:
parent
895ca921b8
commit
550036fed1
1 changed files with 5 additions and 3 deletions
|
|
@ -9,10 +9,12 @@
|
||||||
android:theme="@style/Theme.SubSettingsBase"
|
android:theme="@style/Theme.SubSettingsBase"
|
||||||
android:fullBackupOnly="true"
|
android:fullBackupOnly="true"
|
||||||
android:persistent="true"
|
android:persistent="true"
|
||||||
android:defaultToDeviceProtectedStorage="true"
|
android:defaultToDeviceProtectedStorage="true">
|
||||||
android:directBootAware="true">
|
|
||||||
|
|
||||||
<receiver android:name=".BootReceiver" android:exported="true">
|
<receiver
|
||||||
|
android:name=".BootReceiver"
|
||||||
|
android:exported="true"
|
||||||
|
android:directBootAware="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED"/>
|
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED"/>
|
||||||
<category android:name="android.intent.category.DEFAULT"/>
|
<category android:name="android.intent.category.DEFAULT"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue