diff options
| author | xengineering <me@xengineering.eu> | 2026-01-17 21:52:02 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-01-17 21:52:02 +0100 |
| commit | 2c06fbb8742bacb2853bf3cfe930acf18a6389ed (patch) | |
| tree | dc6ee369adb8b4638ba4b6169fa0ceb81044c103 /android/app | |
| parent | 4b5843336970c8386702191a36ee7e57839b8fd3 (diff) | |
| download | sia-app-2c06fbb8742bacb2853bf3cfe930acf18a6389ed.tar sia-app-2c06fbb8742bacb2853bf3cfe930acf18a6389ed.tar.zst sia-app-2c06fbb8742bacb2853bf3cfe930acf18a6389ed.zip | |
android: Add network permission
This is required for the MQTT connection.
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a5996ac..13a4f47 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,5 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"> + <uses-permission android:name="android.permission.INTERNET" /> <application android:label="Sia" android:name="${applicationName}" |
