Merge "Set summary if VPN is AlwaysOn Type" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
da602e196e
@@ -121,6 +121,7 @@ public abstract class ManageablePreference extends GearPreference {
|
||||
final String alwaysOnString = res.getString(R.string.vpn_always_on_summary_active);
|
||||
summary = TextUtils.isEmpty(summary) ? alwaysOnString : summary + " / "
|
||||
+ alwaysOnString;
|
||||
setSummary(summary);
|
||||
} else {
|
||||
setSummary(summary);
|
||||
}
|
||||
|
Reference in New Issue
Block a user