Start all help intents as startActivityForResult
So that the receiver may verify identity if they so desire... Bug: 21849741 Change-Id: I2e2c3f674a8be88f22e051e2affb54df2f1c3eed
This commit is contained in:
@@ -576,7 +576,7 @@ public class FingerprintSettings extends SubSettings {
|
||||
Context ctx = widget.getContext();
|
||||
Intent intent = HelpUtils.getHelpIntent(ctx, getURL(), ctx.getClass().getName());
|
||||
try {
|
||||
ctx.startActivity(intent);
|
||||
((Activity) ctx).startActivityForResult(intent, 0);
|
||||
} catch (ActivityNotFoundException e) {
|
||||
Log.w(FingerprintSettingsFragment.TAG,
|
||||
"Actvity was not found for intent, " + intent.toString());
|
||||
|
Reference in New Issue
Block a user