diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-07-31 09:21:58 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-07-31 10:43:00 +0200 |
| commit | 35c89687a171e84c1f879ae92b3fb7d311140f8d (patch) | |
| tree | 4720b293974d977149bd460f273dc81e9030310a /android | |
| parent | 30fe594557b10531d7b5c79c9429b246248a4619 (diff) | |
| download | mullvadvpn-35c89687a171e84c1f879ae92b3fb7d311140f8d.tar.xz mullvadvpn-35c89687a171e84c1f879ae92b3fb7d311140f8d.zip | |
Set max priority on the boot receiver
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8b29d52cb6..60a9c3ddff 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -141,7 +141,7 @@ android:name=".receiver.AutoStartVpnBootCompletedReceiver" android:enabled="false" android:exported="false"> - <intent-filter> + <intent-filter android:priority="999"> <action android:name="android.intent.action.QUICKBOOT_POWERON" /> <action android:name="android.intent.action.BOOT_COMPLETED" /> </intent-filter> |
