Skip to content

Commit e127ea1

Browse files
committed
Remove all permissions
1 parent d51f82f commit e127ea1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: app/src/main/AndroidManifest.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools">
4-
4+
<uses-permission
5+
android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
6+
tools:node="remove" />
7+
<uses-permission
8+
android:name="android.permission.ACCESS_NETWORK_STATE"
9+
tools:node="remove" />
510
<application
611
android:allowBackup="false"
712
android:dataExtractionRules="@xml/data_extraction_rules"

0 commit comments

Comments
 (0)