diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-05 18:55:31 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-06 15:52:32 +0100 |
commit | c844918ec6661dafecee5e210e8b690977b34553 (patch) | |
tree | 32fd8389f37b46f1079465e6cf9132c326bf389b | |
parent | efeb299de710d60e8f4af80ba6ad4d0260c1e548 (diff) |
wear app is not standalone ATM - it could in theory be over WiFi…
-rw-r--r-- | android/sdremote/wear/src/main/AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/sdremote/wear/src/main/AndroidManifest.xml b/android/sdremote/wear/src/main/AndroidManifest.xml index d4f6aa6..9c125a6 100644 --- a/android/sdremote/wear/src/main/AndroidManifest.xml +++ b/android/sdremote/wear/src/main/AndroidManifest.xml @@ -9,6 +9,10 @@ android:label="@string/application_name" android:icon="@drawable/ic_launcher" android:theme="@android:style/Theme.DeviceDefault" > + <meta-data + android:name="com.google.android.wearable.standalone" + android:value="false" /> + <activity android:name=".activity.FullscreenActivity" android:label="@string/application_name" > |