Skip to content

Commit

Permalink
Fix Q1 upload (#732)
Browse files Browse the repository at this point in the history
Remove READ_PHONE_STATE permission
  • Loading branch information
mikeage authored Jun 25, 2024
1 parent bf3b4dd commit 4745989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta-data android:name="pvr.app.type" android:value="vr" />
</application>
<uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove"/>
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.oculus.permission.USE_SCENE" />
</manifest>

0 comments on commit 4745989

Please sign in to comment.