Skip to content

Commit

Permalink
Merge pull request #6037 from mhmdanas/allow-installation-on-external…
Browse files Browse the repository at this point in the history
…-storage

Allow installation on external storage
  • Loading branch information
Redirion committed Apr 19, 2021
2 parents 8ab5a4d + edf8bf2 commit bfb9be1
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
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.schabi.newpipe">
package="org.schabi.newpipe"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down

0 comments on commit bfb9be1

Please sign in to comment.