Fix bypassing the restriction by RadioInfo

If set the DISALLOW_CONFIG_MOBILE_NETWORKS as 1, user cannot go
Phone Information (RadioInfo), but can access it with Intent.
Modified to check DISALLOW_CONFIG_MOBILE_NETWORKS on creation of
RadioInfo with security reason.

Bug: 277590061
Test: Manually sending intents
Test: adb shell pm set-user-restriction --user 0 no_config_mobile_networks 1
Test: adb shell am start -a android.intent.action.MAIN -n com.android.phone/com.android.phone.settings.RadioInfo
Change-Id: I51c8dd8057580e0eb43a23df92586d525b439c02
1 file changed