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 38
38
import java .util .Iterator ;
39
39
import java .util .concurrent .ExecutionException ;
40
40
41
+ import static com .zoffcc .applications .trifa .CallingActivity .initializeScreenshotSecurity ;
41
42
import static com .zoffcc .applications .trifa .HelperGeneric .display_toast ;
42
43
import static com .zoffcc .applications .trifa .HelperGeneric .io_file_copy ;
43
44
import static com .zoffcc .applications .trifa .MainActivity .DB_SHM_EXT ;
@@ -59,6 +60,9 @@ protected void onCreate(Bundle savedInstanceState)
59
60
super .onCreate (savedInstanceState );
60
61
setContentView (R .layout .activity_export );
61
62
63
+ // prevent screenshots and also dont show the window content in recent activity screen
64
+ initializeScreenshotSecurity (this );
65
+
62
66
TextView text_toxpass = findViewById (R .id .text_toxpass );
63
67
TextView text_dbpass = findViewById (R .id .text_dbpass );
64
68
You can’t perform that action at this time.
0 commit comments