Merge "Fix redirect to Mobile security page" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9571a0d353
@@ -125,7 +125,7 @@ public class CellularSecurityPreferenceController extends BasePreferenceControll
|
||||
return super.handlePreferenceTreeClick(preference);
|
||||
}
|
||||
boolean isSafetyCenterSupported = isSafetyCenterSupported();
|
||||
if (isSafetyCenterSupported) {
|
||||
if (isSafetyCenterSupported && areNotificationsEnabled()) {
|
||||
Intent safetyCenterIntent = new Intent(Intent.ACTION_SAFETY_CENTER);
|
||||
safetyCenterIntent.putExtra(SafetyCenterManager.EXTRA_SAFETY_SOURCES_GROUP_ID,
|
||||
"AndroidCellularNetworkSecuritySources");
|
||||
|
||||
Reference in New Issue
Block a user