Merge "Add PackagManager flag for WebView system feature." into klp-modular-dev
This commit is contained in:
@@ -7349,6 +7349,7 @@ package android.content.pm {
|
||||
field public static final java.lang.String FEATURE_USB_ACCESSORY = "android.hardware.usb.accessory";
|
||||
field public static final java.lang.String FEATURE_USB_HOST = "android.hardware.usb.host";
|
||||
field public static final java.lang.String FEATURE_WATCH = "android.hardware.type.watch";
|
||||
field public static final java.lang.String FEATURE_WEBVIEW = "android.software.webview";
|
||||
field public static final java.lang.String FEATURE_WIFI = "android.hardware.wifi";
|
||||
field public static final java.lang.String FEATURE_WIFI_DIRECT = "android.hardware.wifi.direct";
|
||||
field public static final int GET_ACTIVITIES = 1; // 0x1
|
||||
|
||||
@@ -1308,6 +1308,14 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_BACKUP = "android.software.backup";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}:
|
||||
* The device has a full implementation of the android.webkit.* APIs. Devices
|
||||
* lacking this feature will not have a functioning WebView implementation.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_WEBVIEW = "android.software.webview";
|
||||
|
||||
/**
|
||||
* Action to external storage service to clean out removed apps.
|
||||
* @hide
|
||||
|
||||
Reference in New Issue
Block a user