Loading api/system-current.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1572,6 +1572,10 @@ package android.content.pm { field public int requestRes; } public class ResolveInfo implements android.os.Parcelable { field public boolean handleAllWebDataURI; } public class ShortcutManager { method public java.util.List<android.content.pm.ShortcutManager.ShareShortcutInfo> getShareTargets(android.content.IntentFilter); } Loading core/java/android/content/pm/ResolveInfo.java +6 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.content.pm; import android.annotation.SystemApi; import android.annotation.UnsupportedAppUsage; import android.content.ComponentName; import android.content.IntentFilter; Loading Loading @@ -175,9 +176,12 @@ public class ResolveInfo implements Parcelable { public boolean system; /** * @hide Does the associated IntentFilter comes from a Browser ? * Will be set to {@code true} if the {@link IntentFilter} responsible for intent * resolution is classified as a "browser". * * @hide */ @UnsupportedAppUsage @SystemApi public boolean handleAllWebDataURI; /** {@hide} */ Loading Loading
api/system-current.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1572,6 +1572,10 @@ package android.content.pm { field public int requestRes; } public class ResolveInfo implements android.os.Parcelable { field public boolean handleAllWebDataURI; } public class ShortcutManager { method public java.util.List<android.content.pm.ShortcutManager.ShareShortcutInfo> getShareTargets(android.content.IntentFilter); } Loading
core/java/android/content/pm/ResolveInfo.java +6 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.content.pm; import android.annotation.SystemApi; import android.annotation.UnsupportedAppUsage; import android.content.ComponentName; import android.content.IntentFilter; Loading Loading @@ -175,9 +176,12 @@ public class ResolveInfo implements Parcelable { public boolean system; /** * @hide Does the associated IntentFilter comes from a Browser ? * Will be set to {@code true} if the {@link IntentFilter} responsible for intent * resolution is classified as a "browser". * * @hide */ @UnsupportedAppUsage @SystemApi public boolean handleAllWebDataURI; /** {@hide} */ Loading