summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2013-06-18 16:47:21 -0700
committerChristopher Tate <ctate@google.com>2013-06-18 16:47:21 -0700
commit58e35834a20cc18a79951e71fc5720afed7fab86 (patch)
tree77971f68ea83b0cbf50a22e1845d0f175ee0975c
parent6d1fe1d444b1647533086e68e480d85221e86730 (diff)
downloadVoiceDialer-58e35834a20cc18a79951e71fc5720afed7fab86.tar.gz
VoiceDialer needs system-privilege permissions
Change-Id: Id273c42ecf48891839f6029faba45a0e0a2e9bda
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 734f337..01afe04 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,6 +9,8 @@ LOCAL_PACKAGE_NAME := VoiceDialer
LOCAL_REQUIRED_MODULES := libsrec_jni
+LOCAL_PRIVILEGED_MODULE := true
+
include $(BUILD_PACKAGE)
# Install the srec data files if VoiceDialer.apk is installed to system image.