summaryrefslogtreecommitdiff
path: root/android/sdremote/wear/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/wear/src/main/AndroidManifest.xml')
-rw-r--r--android/sdremote/wear/src/main/AndroidManifest.xml4
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" >