gsus24
gsus24
Ok. Found this on `class U` ``` launchApp(context, () -> { Intent intent = new Intent(context, DummyActivity.class); intent.putExtra("accessibility", true); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_ANIMATION); try { context.startActivity(intent, getActivityOptionsBundle(context, ApplicationType.APP_PORTRAIT, null)); } catch...
Before closing this thread. I would know your opinion about implementing such feature and hopefully you have some suggestions on doing this. What would be great is to pass packagename,...
If somebody interest in I implement a BroadcastReceiver and pass packagename and componentname from outside ``` public static class MyBroadcastReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent)...
Nice to hear. I used the same classes for encoder, service and thread. In my opinion, they can be put together and pass parameter for video/audio when starting the service....
For me the same. Calling setChecked() from getView() - BaseAdapter - not working properly. But by flipping some pages, its set yet. Hope you know how to fix. Thanks
Try it also on the pi zero via USB and native receiver, but get an error: Could not initialized SDL - no available video device SDL is installed and set...