Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c31e6aa authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Replacing removed string."

parents b9dd3d6a 5ec18487
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ public class QSFooter implements OnClickListener, DialogInterface.OnClickListene
            return mContext.getString(R.string.monitoring_description_app_work,
                    profileOwnerPackage, profileVpn);
        } else if (profileOwnerPackage != null && hasProfileOwner) {
            return mContext.getString(R.string.monitoring_description_device_owned,
            return mContext.getString(R.string.do_disclosure_with_name,
                    profileOwnerPackage);
        } else {
            // No device owner, no personal VPN, no work VPN, no user owner. Why are we here?