summaryrefslogtreecommitdiffstats
path: root/samples/browseable/Notifications/Wearable/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/Notifications/Wearable/AndroidManifest.xml')
-rw-r--r--samples/browseable/Notifications/Wearable/AndroidManifest.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/samples/browseable/Notifications/Wearable/AndroidManifest.xml b/samples/browseable/Notifications/Wearable/AndroidManifest.xml
index a446fd9bb..0bce3ea94 100644
--- a/samples/browseable/Notifications/Wearable/AndroidManifest.xml
+++ b/samples/browseable/Notifications/Wearable/AndroidManifest.xml
@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.support.wearable.notifications" >
- <uses-sdk android:minSdkVersion="20"
- android:targetSdkVersion="22" />
+ <uses-sdk android:minSdkVersion="22"
+ android:targetSdkVersion="25" />
<uses-feature android:name="android.hardware.type.watch" />
@@ -28,6 +28,10 @@
android:label="@string/app_name"
android:theme="@android:style/Theme.DeviceDefault.Light" >
+ <meta-data
+ android:name="com.google.android.wearable.standalone"
+ android:value="false" />
+
<activity
android:name=".MainActivity"
android:label="@string/app_name" >