summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2015-11-17 14:41:58 -0800
committerJay Shrauner <shrauner@google.com>2015-11-17 14:41:58 -0800
commit6e826d7da99bf5636727499d27115311e1014c0d (patch)
tree0a9a30d313fb9a2d15d8fe637b0899ebb36cd2e2 /AndroidManifest.xml
parent7af09d8427aeeb7dc5954e8289422c409a099817 (diff)
Remove use of framework resource in configs
Bug:25705483 Change-Id: I2d348ce01506c6974a136750034d24d9b9ebb5df
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index de78e626f..7565aee2f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -81,7 +81,6 @@
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:icon="@mipmap/ic_launcher_phone"
- android:enabled="@*android:bool/config_voice_capable"
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
<intent-filter>
<action android:name="android.intent.action.DIAL" />
@@ -247,8 +246,7 @@
android:exported="false"/>
<!-- end vCard related -->
- <receiver android:name=".calllog.CallLogReceiver"
- android:enabled="@*android:bool/config_voice_capable">
+ <receiver android:name=".calllog.CallLogReceiver">
<intent-filter>
<action android:name="android.intent.action.NEW_VOICEMAIL" />
<data