mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove ad_id permission on Android
Need to do a bit more testing to see if this breaks anything, but I don't see any packages we include that need it.
This commit is contained in:
parent
4e50c51598
commit
a21a76a8f8
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
<application
|
||||
|
|
|
|||
Loading…
Reference in a new issue