Skip to content

Commit d05d096

Browse files
author
Thomas Horta
committed
Remove GET_ACCOUNTS unused permission
This is a permission we are not using anywhere anymore but is a dangerous permission that get caught in Google Play's scan tools and review analysis.
1 parent 5136080 commit d05d096

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3-
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
43
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
54
</manifest>

0 commit comments

Comments
 (0)