plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 32d067c7113772022a2a4a5cc29404773f3b374f
parent 4010b4446e4ea4abb4d1d98629310b872d4e429f
Author: gstraube <gstraube@mailbox.org>
Date:   Tue, 22 Aug 2017 18:50:25 +0200

Remove permissions (needed only for UI tests)

Diffstat:
Mapp/src/main/AndroidManifest.xml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml @@ -3,8 +3,6 @@ package="com.github.cythara"> <uses-permission android:name="android.permission.RECORD_AUDIO" /> - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> - <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <application android:allowBackup="false"