Help menus for several screens.

Bug: 5144896
Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
This commit is contained in:
Amith Yamasani
2012-04-23 15:35:36 -07:00
parent c1da7b105a
commit b0b37ae21c
13 changed files with 141 additions and 0 deletions

View File

@@ -464,6 +464,11 @@ public class VpnSettings extends SettingsPreferenceFragment implements
}
}
@Override
protected int getHelpResource() {
return R.string.help_url_vpn;
}
private class VpnPreference extends Preference {
private VpnProfile mProfile;
private int mState = -1;