ralphgabrielle
ralphgabrielle
- [ ] I have verified there are no duplicate active or recent bugs, questions, or requests. - [ ] I have verified that I am using the latest version...
_No Activity found to handle Intent { act=android.settings.action.MANAGE_OVERLAY_PERMISSION }_ Any way to fix and use this at Android TV ? Much appreciated thanks.
I just copied all the codes from the sample project that is included here. `@Override` protected void onResume() { super.onResume(); qReader.initAndStart(surfaceView); }` `@Override` protected void onPause() { super.onPause(); qReader.releaseAndCleanup(); }`...
all is going well, but if you try to press the power button (lock button) surfaceCreatedis not trigerred (SurfaceHolder.Callback surfaceHolderCallback @ line 90) so this block (@ line 195) `...
Can we add a continuous seekbar with top label without mark? Currently we only have discrete version with labels.