We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Android, the app disallows taking screenshots. As a user, I want to be able to take screenshots.
The text was updated successfully, but these errors were encountered:
Workaround:
diff --git a/lib/app/app_widget.dart b/lib/app/app_widget.dart index 47625c1..2830542 100644 --- a/lib/app/app_widget.dart +++ b/lib/app/app_widget.dart @@ -39,7 +39,7 @@ class _AppWidgetState extends State<AppWidget> { void initState() { super.initState(); _controller = SecureApplicationController(SecureApplicationState()); - _controller.secure(); + // _controller.secure(); } Future<bool> _authenticate() async {
Ref: https://github.com/neckaros/secure_application/blob/master/README.md#android
Sorry, something went wrong.
No branches or pull requests
On Android, the app disallows taking screenshots. As a user, I want to be able to take screenshots.
The text was updated successfully, but these errors were encountered: