From cb267a6f8caf42a7e2adf000262ae327ce4d5f32 Mon Sep 17 00:00:00 2001 From: Pavel Zhamaitsiak Date: Wed, 21 Jan 2015 18:25:14 -0800 Subject: [PATCH] Add button in "hidden" settings to flip "VoLTE Provisioned" flag VoLTE Provisioned flag can be lost when new device image is flashed. Currently there is no way to trigger Verizon provisioning update from device. This patch adds button in hidden settings which allow to manually change value of the flag. Bug: 19038362 Change-Id: I23f13004dbcf9eaf711c66261696772b1d7bfd6e --- Android.mk | 2 +- res/layout/radio_info.xml | 8 ++++ res/values/strings.xml | 5 +++ src/com/android/settings/RadioInfo.java | 52 +++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 425ae479f34..88888002b2d 100644 --- a/Android.mk +++ b/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt telephony-common +LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt telephony-common ims-common LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v13 jsr305 LOCAL_MODULE_TAGS := optional diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml index d81dad65af8..a2882246b38 100644 --- a/res/layout/radio_info.xml +++ b/res/layout/radio_info.xml @@ -226,6 +226,14 @@ android:layout_height="wrap_content" /> + +