bugfix start for amazon stick os 6
This commit is contained in:
+3
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user