From e42ab42c5cdde878d95bb5715c0a3adcac2f55f9 Mon Sep 17 00:00:00 2001 From: Felipe Leon Date: Sun, 16 Sep 2018 13:22:59 -0300 Subject: [PATCH] Settings: fix apn_editor carrier_enabled summaryOff string Change-Id: I44ccec73601806dc8facad122f1ab16ff3aca484 Signed-off-by: Felipe Leon --- res/xml/apn_editor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml index 742a436019e..0c399488d5c 100644 --- a/res/xml/apn_editor.xml +++ b/res/xml/apn_editor.xml @@ -148,7 +148,7 @@ android:key="carrier_enabled" android:enabled="false" android:summaryOn="@string/carrier_enabled_summaryOn" - android:summaryOff="@@string/carrier_enabled_summaryOff" + android:summaryOff="@string/carrier_enabled_summaryOff" android:persistent="false" />