mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +00:00
Search for android.webkit.webview
This commit is contained in:
@@ -151,7 +151,8 @@ public class AutofillService extends AccessibilityService {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// this is not likely to always work
|
// 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;
|
return true;
|
||||||
}
|
}
|
||||||
if (searchWebView(u)) {
|
if (searchWebView(u)) {
|
||||||
|
Reference in New Issue
Block a user