summaryrefslogtreecommitdiffstats
path: root/samples/browseable/GridViewPager/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/GridViewPager/AndroidManifest.xml')
-rw-r--r--samples/browseable/GridViewPager/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/browseable/GridViewPager/AndroidManifest.xml b/samples/browseable/GridViewPager/AndroidManifest.xml
index e25cd6373..bd6df9452 100644
--- a/samples/browseable/GridViewPager/AndroidManifest.xml
+++ b/samples/browseable/GridViewPager/AndroidManifest.xml
@@ -27,6 +27,11 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.DeviceDefault.Light" >
+
+ <meta-data
+ android:name="com.google.android.wearable.standalone"
+ android:value="true" />
+
<activity
android:name="com.example.android.wearable.gridviewpager.MainActivity"
android:label="@string/app_name" >