summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-12-28 14:51:06 +0100
committerAlbin <albin@mullvad.net>2023-01-10 15:32:38 +0100
commit332ebf63b4dd6abd54e57043e287865cf81fe713 (patch)
tree4612eeff18d56b552f75944ea8f45743f498a2a2 /android/app/src/debug
parent42610bc223085e23181af2e679fce538e4b4b5c8 (diff)
downloadmullvadvpn-332ebf63b4dd6abd54e57043e287865cf81fe713.tar.xz
mullvadvpn-332ebf63b4dd6abd54e57043e287865cf81fe713.zip
Improve test failure screenshot support
This commit improves the test failure auto screenshot on newer devices. It also removes the auto-download of screenshots via gradle as it's rarely used.
Diffstat (limited to 'android/app/src/debug')
-rw-r--r--android/app/src/debug/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 2a866ff601..e1a8f8be40 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -1,5 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
+
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
+
<application android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"