Skip to content

Commit bfb9be1

Browse files
authored
Merge pull request #6037 from mhmdanas/allow-installation-on-external-storage
Allow installation on external storage
2 parents 8ab5a4d + edf8bf2 commit bfb9be1

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)