The java code is :
Can anyone help me in using it in B4A,Thanks a lot!
Java:
CONTENT_URI_SWITCH_SYSTEM = Uri.parse("content://com.xdja.switchsystem.assistantprovider")
Bundle bundle = new Bundle();
bundle.putBoolean("is_switchable", p0);
mContext.getContentResolver().call(CONTENT_URI_SWITCH_SYSTEM, "setSwitchable", null, bundle);
Can anyone help me in using it in B4A,Thanks a lot!