Merge "Hide internal value" into oc-mr1-dev
am: d57287be19
Change-Id: I0a67fbc3f8cc6fbe8cfb3d4a9becc290b9e9f4de
This commit is contained in:
@@ -10903,7 +10903,6 @@ package android.content.pm {
|
||||
method public int getVersionCode();
|
||||
method public void writeToParcel(android.os.Parcel, int);
|
||||
field public static final android.os.Parcelable.Creator<android.content.pm.InstantAppResolveInfo> CREATOR;
|
||||
field public static final java.lang.String SHA_ALGORITHM = "SHA-256";
|
||||
}
|
||||
|
||||
public static final class InstantAppResolveInfo.InstantAppDigest implements android.os.Parcelable {
|
||||
|
||||
@@ -37,7 +37,7 @@ import java.util.Locale;
|
||||
@SystemApi
|
||||
public final class InstantAppResolveInfo implements Parcelable {
|
||||
/** Algorithm that will be used to generate the domain digest */
|
||||
public static final String SHA_ALGORITHM = "SHA-256";
|
||||
private static final String SHA_ALGORITHM = "SHA-256";
|
||||
|
||||
private final InstantAppDigest mDigest;
|
||||
private final String mPackageName;
|
||||
|
||||
Reference in New Issue
Block a user