Merge "Update vpn icon from setting gear to vpn key." into oc-dev am: 74327fa4f0
am: 403a4ee11a
Change-Id: I29538740df4794e0b427f31bc62a4380e40686f3
This commit is contained in:
@@ -34,7 +34,7 @@ public class LegacyVpnPreference extends ManageablePreference {
|
|||||||
|
|
||||||
LegacyVpnPreference(Context context) {
|
LegacyVpnPreference(Context context) {
|
||||||
super(context, null /* attrs */);
|
super(context, null /* attrs */);
|
||||||
setIcon(R.drawable.ic_settings_24dp);
|
setIcon(R.drawable.ic_vpn_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
public VpnProfile getProfile() {
|
public VpnProfile getProfile() {
|
||||||
|
Reference in New Issue
Block a user