summaryrefslogtreecommitdiff
path: root/java/com/android/incallui
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-03-12 11:57:11 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-12 12:11:11 -0700
commit1800fa44648e42f17ad73fe7dde4bc474f48609c (patch)
tree4e25def35828e35b46a99291fa2e93fe8d3cd889 /java/com/android/incallui
parentd5514615336a16a83b885c4c18bcbcddccdf9407 (diff)
Move HIDE_VOICEMAIL_SETTINGS_MENU out of voicemail/impl
The metadata belongs with the voicemail settings menu, which is moved into dialer a while ago. Not moving the metadata causes build variants without VVM to have duplicated voicemail settings in telephony and dialer. Also removed the redundant metadata in incall ui manifest. Bug: 73096806 Test: manual PiperOrigin-RevId: 188756468 Change-Id: I00174f84024c5b9ab809d99e40a55d22a07bd063
Diffstat (limited to 'java/com/android/incallui')
-rw-r--r--java/com/android/incallui/AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/com/android/incallui/AndroidManifest.xml b/java/com/android/incallui/AndroidManifest.xml
index 1b5f09973..24177979e 100644
--- a/java/com/android/incallui/AndroidManifest.xml
+++ b/java/com/android/incallui/AndroidManifest.xml
@@ -46,10 +46,6 @@
Set taskAffinity for application is not working because it will be merged and the result is
that all activities here still have same taskAffinity as activities under dialer. -->
<application>
- <meta-data
- android:name="android.telephony.hide_voicemail_settings_menu"
- android:value="true"/>
-
<!-- Go variants need hardware acceleration for IMS video calls even though it is disabled at
the application level -->
<activity