summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-03-18 17:43:21 -0700
committerSantos Cordon <santoscordon@google.com>2013-03-19 16:41:43 -0700
commit472c2778dd4395416fe2eb9c7ffe62a0e36a101e (patch)
tree353b9c50b2601a6589ee152280213b32b38ec9eb /Android.mk
parentf5bc56a398b20eed03df82f5dacd86aebc35d954 (diff)
downloadandroid_packages_apps_Dialer-472c2778dd4395416fe2eb9c7ffe62a0e36a101e.tar.gz
android_packages_apps_Dialer-472c2778dd4395416fe2eb9c7ffe62a0e36a101e.tar.bz2
android_packages_apps_Dialer-472c2778dd4395416fe2eb9c7ffe62a0e36a101e.zip
Always show WAIT/PAUSE in dialer overflow menu.
Used to hide menu items when not applicable. Now we show them always and only perform the action in those cases where menu items were previously visible. Updated code to do zero-position checks when there is no selection...previously missing check. Changed code to use chars instead of Strings when dealing with single digits. Consolidated duplicate code with updateDialString() function. bug: 7478840 Change-Id: I2aa5d3badd40079e9aa75abf7e4051f9dba5e667
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 97dfd82d5..ea13c65f8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -34,5 +34,5 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)
-# Use the folloing include to make our test apk.
+# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))