Add Help lin to Settings > Security

Bug: 7210077
Change-Id: I1010356e27d85006e7d7dc62d935b67f53ccde12
This commit is contained in:
rich cannings
2012-09-30 13:54:26 -07:00
parent 1a47ecd926
commit 93c0ee52cc
3 changed files with 9 additions and 1 deletions

View File

@@ -727,6 +727,11 @@ public class SecuritySettings extends SettingsPreferenceFragment
return true;
}
@Override
protected int getHelpResource() {
return R.string.help_url_security;
}
public void startBiometricWeakImprove(){
Intent intent = new Intent();
intent.setClassName("com.android.facelock", "com.android.facelock.AddToSetup");