Skip to content

Commit

Permalink
Remove AD ID permission added by firebase
Browse files Browse the repository at this point in the history
We're not actually using this for anything, and Firebase is confirmed to work without it.
  • Loading branch information
PaulKlauser committed Oct 12, 2023
1 parent 4a0eb93 commit 401af02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.willowtree.vocable">

<uses-permission android:name="android.permission.CAMERA" />

<uses-feature android:name="android.hardware.camera.ar" />

<uses-permission
android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove" />

<application
android:name=".VocableApp"
android:allowBackup="false"
Expand Down

0 comments on commit 401af02

Please sign in to comment.