Intent = android.content.Intent;
ComponentName = android.content.ComponentName;

bgStreamIntent = new Intent();
bgStreamIntent.setComponent(new ComponentName("com.oplus.exsystemservice", "com.oplus.backgroundstream.RouteForegroundService"));
bgStreamIntent.setAction("oplus.intent.action.BACKGROUND_STREAM_SERVICE");

context.startService(bgStreamIntent);
// Color系统的听剧模式 | 后台挂机
// Color16 不可用

#MVEL表达式 #Javascript
 
 
Back to Top