bugfix start for amazon stick os 6

This commit is contained in:
2026-02-08 17:56:24 +01:00
parent 670ce98a3c
commit db310eef10
329 changed files with 7336 additions and 38986 deletions
@@ -110,9 +110,11 @@
<receiver
android:name="de.hackernet.wireguardtv.receiver.BootReceiver"
android:enabled="true"
android:exported="false" >
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
</intent-filter>
</receiver>