Announcement Get link Facebook X Pinterest Email Other Apps - December 19, 2025 Get link Facebook X Pinterest Email Other Apps Comments
3. Block Screenshot - May 09, 2020 Code-1 getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE); Code-2 getWindow().clearFlags(WindowManager.LayoutParams.FLAG_SECURE); Read more
2. Transparent Drawer - May 09, 2020 final LinearLayout _nav_view = (LinearLayout) findViewById(R.id._nav_view); _nav_view.setBackgroundDrawable(new android.graphics.drawable.ColorDrawable(Color.TRANSPARENT)); Read more
Comments
Post a Comment