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

Commit

Permalink
remove installLocation=preferExternal to unbreak Oculus Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Nov 14, 2018
1 parent d90f804 commit 8429afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mozilla.vrbrowser" android:installLocation="preferExternal">
package="org.mozilla.vrbrowser">
<uses-feature android:glEsVersion="0x00030000"/>

<uses-permission android:name="android.permission.RECORD_AUDIO"/>
Expand Down Expand Up @@ -41,4 +41,4 @@
android:permission="android.permission.BIND_JOB_SERVICE">
</service>
</application>
</manifest>
</manifest>

0 comments on commit 8429afa

Please sign in to comment.