Uvarov Yuriy

Results 2 issues of Uvarov Yuriy

On Android 11+ (API 30+) app won't work without scoped storage access. Possible solution ` @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if(resultCode ==...

It would be nice to hide status bar. But options menu should be moved somewhere. ` val windowInsetsController = WindowCompat.getInsetsController(window, window.decorView) windowInsetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE ViewCompat.setOnApplyWindowInsetsListener(findViewById(R.id.containerView)) { v, insets -> `...