Make connected watches show as compatible with Wearable samples.

Bug: 15840402

Change-Id: I805153643b8c307eab9b2c2cf278042b968c16af
This commit is contained in:
Andy Wickham
2014-06-30 16:02:15 -07:00
parent 8be07748c0
commit 5fa0a4c90d
15 changed files with 25 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.agendadata" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.datalayer" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.delayedconfirmation" >
<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="20" />
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.embeddedapp" >
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="20" />
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"

View File

@@ -3,6 +3,7 @@
package="com.example.android.wearable.findphone" >
<uses-permission android:name="android.permission.VIBRATE" />
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.flashlight" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.geofencing" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.gridviewpager" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.jumpingjack">
<uses-feature android:name="android.hardware.type.watch" />
<uses-permission android:name="android.permission.VIBRATE"/>
<application

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.support.wearable.notifications" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.quiz" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.google.wearable.app" >
<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="20" />
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.synchronizednotifications" >
<uses-sdk android:minSdkVersion="20" android:targetSdkVersion="20" />
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"

View File

@@ -17,6 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.timer" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.google.wearable.watchviewstub" >
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"