am 5fa0a4c9: Make connected watches show as compatible with Wearable samples.

* commit '5fa0a4c90d4be5bdd10d73c95d839016c5046962':
  Make connected watches show as compatible with Wearable samples.
This commit is contained in:
Andy Wickham
2014-07-02 01:21:51 +00:00
committed by Android Git Automerger
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"