You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Suppress PackageInfo signatures deprecated API warning
This commit is contained in:
@@ -16,6 +16,7 @@ public class CustomPackageInfoCreator implements Parcelable.Creator<PackageInfo>
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public PackageInfo createFromParcel(Parcel source) {
|
public PackageInfo createFromParcel(Parcel source) {
|
||||||
PackageInfo packageInfo = originalCreator.createFromParcel(source);
|
PackageInfo packageInfo = originalCreator.createFromParcel(source);
|
||||||
if (packageInfo.packageName.equals("android")) {
|
if (packageInfo.packageName.equals("android")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user