Networking Android版本11强制3G,仅4G网络放射性信息设置

Networking Android版本11强制3G,仅4G网络放射性信息设置,networking,apk,android-contentresolver,android-settings,sketchware,Networking,Apk,Android Contentresolver,Android Settings,Sketchware,请为Android版本11 force Network 3G、4G解决此代码。 我正在使用此代码,但显示错误 try{ Intent intent = new Intent("android.intent.action.MAIN"); intent.setClassName("com.android.settings", "com.android.phone.settings.RadioInfo"); start

请为Android版本11 force Network 3G、4G解决此代码。 我正在使用此代码,但显示错误

try{
    Intent intent = new Intent("android.intent.action.MAIN");
    intent.setClassName("com.android.settings", "com.android.phone.settings.RadioInfo");
    startActivity(intent);
} catch(Exception e){
    Toast.makeText(getApplicationContext(), " Device not supported" , Toast.LENGTH_LONG).show();
} 
试一试{ Intent-Intent=newintent(“android.Intent.action.MAIN”); intent.setClassName(“com.android.phone”、“com.android.phone.settings.RadioInfo”); 星触觉(意向); }捕获(例外e){ Toast.makeText(getApplicationContext(),“不支持设备”,Toast.LENGTH_LONG.show(); }