Skip to content

Commit edf8bf2

Browse files
committed
Allow installation on external storage
1 parent c9e0bf4 commit edf8bf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
package="org.schabi.newpipe">
4+
package="org.schabi.newpipe"
5+
android:installLocation="auto">
56

67
<uses-permission android:name="android.permission.INTERNET" />
78
<uses-permission android:name="android.permission.WAKE_LOCK" />

0 commit comments

Comments
 (0)