am 23eeb3ee: am 53f6e127: Merge "Adding a missing permission to phone component" into lmp-dev

* commit '23eeb3eed91de8d41b719092d22c53102e499f81':
  Adding a missing permission to phone component
This commit is contained in:
anaddaf
2014-09-05 22:52:00 +00:00
committed by Android Git Automerger

View File

@@ -17,6 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.findphone"> package="com.example.android.wearable.findphone">
<uses-permission android:name="android.permission.VIBRATE" />
<application <application
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"