summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail
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/dialer/voicemail
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/dialer/voicemail')
-rw-r--r--java/com/android/dialer/voicemail/settings/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/com/android/dialer/voicemail/settings/AndroidManifest.xml b/java/com/android/dialer/voicemail/settings/AndroidManifest.xml
index 4a0784f84..5b7f1f79e 100644
--- a/java/com/android/dialer/voicemail/settings/AndroidManifest.xml
+++ b/java/com/android/dialer/voicemail/settings/AndroidManifest.xml
@@ -18,6 +18,11 @@
package="com.android.dialer.voicemail.settings">
<application>
+ <!-- Causes the "Voicemail" item under "Calls" setting to be hidden. The voicemail module will
+ be handling the settings. Has no effect before OC where dialer cannot provide voicemail
+ settings-->
+ <meta-data android:name="android.telephony.HIDE_VOICEMAIL_SETTINGS_MENU" android:value="true"/>
+
<activity
android:exported="false"
android:label="@string/voicemail_change_pin_preference_title"