Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
keianhzo committed Oct 11, 2018
1 parent 1415b5e commit 189fd9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="org.mozilla.vrbrowser.CRASH_RECEIVER_PERMISSION"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<permission android:name="org.mozilla.vrbrowser.CRASH_RECEIVER_PERMISSION"
android:protectionLevel="signature"/>

Expand Down

0 comments on commit 189fd9d

Please sign in to comment.