Merge "Fix vpn branded string usage" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9db47b0f49
@@ -188,7 +188,8 @@ public class QSFooter implements OnClickListener, DialogInterface.OnClickListene
|
||||
profileOwner, profileVpn, primaryVpn);
|
||||
} else {
|
||||
if (isBranded) {
|
||||
return mContext.getString(R.string.branded_monitoring_description_app_personal);
|
||||
return mContext.getString(R.string.branded_monitoring_description_app_personal,
|
||||
primaryVpn);
|
||||
} else {
|
||||
return mContext.getString(R.string.monitoring_description_app_personal,
|
||||
primaryVpn);
|
||||
|
||||
Reference in New Issue
Block a user