Screen overlay warning: remove ability to query and remember allowed apps for API 30+

as we can't query all installed apps anymore when targeting API 30
This commit is contained in:
Torsten Grote
2020-12-14 10:53:12 -03:00
parent 04485e58da
commit e6f66ebc95
6 changed files with 48 additions and 11 deletions

View File

@@ -590,7 +590,9 @@
<!-- Screen Filters & Tapjacking -->
<string name="screen_filter_title">Screen overlay detected</string>
<string name="screen_filter_body">Another app is drawing on top of Briar. To protect your security, Briar will not respond to touches when another app is drawing on top.\n\nThe following apps might be drawing on top:\n\n%1$s</string>
<string name="screen_filter_body_api_30">Another app is drawing on top of Briar. To protect your security, Briar will not respond to touches when another app is drawing on top.\n\nReview apps below to find the responsible app.</string>
<string name="screen_filter_allow">Allow these apps to draw on top</string>
<string name="screen_filter_review_apps">Review apps</string>
<!-- Permission Requests -->
<string name="permission_camera_title">Camera permission</string>