mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -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:fullBackupOnly="true"
|
||||
android:persistent="true"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
android:directBootAware="true">
|
||||
android:defaultToDeviceProtectedStorage="true">
|
||||
|
||||
<receiver android:name=".BootReceiver" android:exported="true">
|
||||
<receiver
|
||||
android:name=".BootReceiver"
|
||||
android:exported="true"
|
||||
android:directBootAware="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue