File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3838import java .util .Iterator ;
3939import java .util .concurrent .ExecutionException ;
4040
41+ import static com .zoffcc .applications .trifa .CallingActivity .initializeScreenshotSecurity ;
4142import static com .zoffcc .applications .trifa .HelperGeneric .display_toast ;
4243import static com .zoffcc .applications .trifa .HelperGeneric .io_file_copy ;
4344import static com .zoffcc .applications .trifa .MainActivity .DB_SHM_EXT ;
@@ -59,6 +60,9 @@ protected void onCreate(Bundle savedInstanceState)
5960 super .onCreate (savedInstanceState );
6061 setContentView (R .layout .activity_export );
6162
63+ // prevent screenshots and also dont show the window content in recent activity screen
64+ initializeScreenshotSecurity (this );
65+
6266 TextView text_toxpass = findViewById (R .id .text_toxpass );
6367 TextView text_dbpass = findViewById (R .id .text_dbpass );
6468
You can’t perform that action at this time.
0 commit comments