Skip to content

Commit

Permalink
Merge pull request #438 from willowtreeapps/chore/435-deploy-to-play-…
Browse files Browse the repository at this point in the history
…alpha

Remove AD ID permission added by firebase
  • Loading branch information
PaulKlauser authored Oct 12, 2023
2 parents e4d34b4 + 401af02 commit fb23236
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 fb23236

Please sign in to comment.