universal7885: parts: Move directbootaware manifest to receiver

This commit is contained in:
roynatech2544 2022-10-14 08:19:46 +09:00
commit 550036fed1

View file

@ -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"/>