From d1b57f62d882d9ae32007d50f423d392744128e6 Mon Sep 17 00:00:00 2001 From: Naina Nalluri Date: Tue, 8 Jan 2019 15:19:58 -0800 Subject: [PATCH] Add switch to enable/disable cbrs Add switch to enable or disable cbrs based on whether it is supported or not Bug: 121291721 Test: Tested enable/disable of the setting on device Change-Id: Ia79b177966412b2128a6d9cab3549d704253d7b5 --- res/layout/radio_info.xml | 14 ++++++++ res/values/strings.xml | 3 ++ src/com/android/settings/RadioInfo.java | 43 +++++++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml index 60b23c869d7..100521e57d5 100644 --- a/res/layout/radio_info.xml +++ b/res/layout/radio_info.xml @@ -174,6 +174,20 @@ android:layout_height="1dip" android:background="?android:attr/listDivider" /> + + + + + +