Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6823c48b authored by Gustav Sennton's avatar Gustav Sennton
Browse files

[Android WebView] print minimum sdk version required for WebView APKs

'adb shell dumpsys webviewupdate' currently prints whether each WebView
APK on the device is a valid WebView implementation. if the APK isn't
valid, that command also prints the reason why it isn't.
A WebView APK might have too low of a targetSdkVersion to be a WebView
implementation (for the current device), in such cases it would be nice
(for debugging reasons) to know what the required sdk version is.

This CL makes the command 'adb shell dumpsys webviewupdate' print the
targetSdkVersion required for an APK to be a WebView implementation.

Bug: 79236693
Test: run 'adb shell dumpsys webviewupdate' to ensure the current
minimum target-sdk version is printed.

Change-Id: I55e13611c6685c3185addd4069704e0ff8b514f6
parent a2f7cc14
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment