Searched refs:securitySettingsIntent (Results 1 – 1 of 1) sorted by relevance
343 final Intent securitySettingsIntent = new Intent(Settings.ACTION_SECURITY_SETTINGS); in doInBackground() local344 startActivity(securitySettingsIntent); in doInBackground()