I am trying to make my application run on kiosk mode in pepper tablet. i tried the following code but no luck,
Intent intent = new Intent();
intent.setPackage("com.softbankrobotics.kioskclient");
intent.setAction("kioskclient.intent.action.CONFIGURATION");
intent.putExtra("LAUNCH_ID", getPackageName());
sendBroadcast(intent);