From b794db463fe62da21b724776013e2aba980a07a1 Mon Sep 17 00:00:00 2001 From: anaddaf Date: Fri, 5 Sep 2014 10:25:50 -0700 Subject: [PATCH] Adding a missing permission to phone component Since the Wearable component needed VIBRATE permissions and since that was missing on the phone component, auto install was not successful. Bug: 17334885 Change-Id: I898792e459aedf50902bc9eb54755d187bfc2dc0 --- .../FindMyPhone/Application/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/wearable/FindMyPhone/Application/src/main/AndroidManifest.xml b/samples/wearable/FindMyPhone/Application/src/main/AndroidManifest.xml index 9df37e367..79999bab8 100644 --- a/samples/wearable/FindMyPhone/Application/src/main/AndroidManifest.xml +++ b/samples/wearable/FindMyPhone/Application/src/main/AndroidManifest.xml @@ -17,6 +17,7 @@ +