resolved conflicts for merge of ecf09321 to master
Change-Id: I7a440204dfc79f3b82bd95d3d1276158bf3d44a2
This commit is contained in:
@@ -8271,6 +8271,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
|
||||
|
||||
@@ -1404,6 +1404,14 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_MANAGEDPROFILES = "android.software.managedprofiles";
|
||||
|
||||
/**
|
||||
* 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