Skip to content

Commit

Permalink
Make app movable to SD card (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Atrate <Atrate@protonmail.com>
  • Loading branch information
Atrate committed Jun 30, 2020
1 parent f6a7b97 commit 86aeb64
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="io.github.muntashirakon.music">
package="io.github.muntashirakon.music"
android:installLocation="auto">

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

0 comments on commit 86aeb64

Please sign in to comment.