Merge "Adding a missing permission to phone component" into lmp-dev

This commit is contained in:
anaddaf
2014-09-05 22:17:36 +00:00
committed by Android (Google) Code Review

View File

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