Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE"
tools:targetApi="34" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!-- TODO(auto-connect): enable when an explicit auto-connect-on-boot setting exists. -->
<!-- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> -->
<uses-permission android:name="android.permission.WAKE_LOCK" />

<queries>
Expand Down Expand Up @@ -78,15 +76,5 @@
</intent-filter>
</service>

<!--
TODO(auto-connect): enable only after adding explicit Settings UI and permission-safe startup flow.
<receiver
android:name=".service.BootReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
-->
</application>
</manifest>
251 changes: 0 additions & 251 deletions android/app/src/main/java/com/masterdns/vpn/dns/FakeDnsInterceptor.kt

This file was deleted.

Loading
Loading