Skip to content

Commit

Permalink
Remove mitm permission leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Dec 2, 2023
1 parent 23e0bf2 commit 6707f24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="com.pcapdroid.permission.MITM" android:required="false"/>

<!-- Required with root to properly resolve UIDs cross-users/profiles. Granted via root -->
<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" android:protectionLevel="signature" tools:ignore="ProtectedPermissions" />
Expand Down

0 comments on commit 6707f24

Please sign in to comment.