mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
Search for android.webkit.webview
This commit is contained in:
@@ -151,7 +151,8 @@ public class AutofillService extends AccessibilityService {
|
||||
continue;
|
||||
}
|
||||
// this is not likely to always work
|
||||
if (u.getContentDescription() != null && u.getContentDescription().equals("Web View")) {
|
||||
if (u.getContentDescription() != null && u.getContentDescription().equals("Web View")
|
||||
|| u.getClassName() != null && u.getClassName().equals("android.webkit.WebView")) {
|
||||
return true;
|
||||
}
|
||||
if (searchWebView(u)) {
|
||||
|
Reference in New Issue
Block a user