Merge "Add Help lin to Settings > Security" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
82988b4871
@@ -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");
|
||||
|
@@ -364,7 +364,8 @@ public class Settings extends PreferenceActivity
|
||||
SoundSettings.class.getName().equals(fragmentName) ||
|
||||
PrivacySettings.class.getName().equals(fragmentName) ||
|
||||
ManageAccountsSettings.class.getName().equals(fragmentName) ||
|
||||
VpnSettings.class.getName().equals(fragmentName)) {
|
||||
VpnSettings.class.getName().equals(fragmentName) ||
|
||||
SecuritySettings.class.getName().equals(fragmentName)) {
|
||||
intent.putExtra(EXTRA_CLEAR_UI_OPTIONS, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user