diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-07-25 19:09:41 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-07-25 19:09:41 +0200 |
| commit | b0d90f32974f6473552d8b1bf5387f9fc4995970 (patch) | |
| tree | 8908d0271fadd125f97243c1e1f1ff908d08376a /app/src/main/AndroidManifest.xml | |
| parent | c857f1cd645ba379573e4266fb185b5432e66404 (diff) | |
samba: Add credentials object
Ask for enough permissions to be able to create sockets.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d6fb563..a1a11d6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> + <uses-permission android:name="android.permission.INTERNET" /> + <application android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" |
