chunk 2: remaining non-audio non-NewImport assets
This commit is contained in:
@@ -0,0 +1,118 @@
|
||||
# Copyright 2019 Google LLC
|
||||
#
|
||||
# The Google Play Core Library is licensed to you under the Play Core Software
|
||||
# Development Kit Terms of Service
|
||||
# (https://developer.android.com/guide/playcore/license.html).
|
||||
# By using the Google Play Core Library, you agree to the Play Core Software
|
||||
# Development Kit Terms of Service.
|
||||
|
||||
# Play Core Proguard Rules: Play Asset Delivery for asset packs
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetLocation {
|
||||
public long offset();
|
||||
public java.lang.String path();
|
||||
public long size();
|
||||
public java.lang.String toString();
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetPackState {
|
||||
public long bytesDownloaded();
|
||||
public int transferProgressPercentage();
|
||||
public int errorCode();
|
||||
public java.lang.String name();
|
||||
public int status();
|
||||
public java.lang.String toString();
|
||||
public long totalBytesToDownload();
|
||||
public int updateAvailability();
|
||||
public java.lang.String availableVersionTag();
|
||||
public java.lang.String installedVersionTag();
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetPackStates {
|
||||
public java.util.Map packStates();
|
||||
public java.lang.String toString();
|
||||
public long totalBytes();
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.model.AssetPackErrorCode {
|
||||
public static int ACCESS_DENIED;
|
||||
public static int API_NOT_AVAILABLE;
|
||||
public static int APP_NOT_OWNED;
|
||||
public static int APP_UNAVAILABLE;
|
||||
public static int CONFIRMATION_NOT_REQUIRED;
|
||||
public static int DOWNLOAD_NOT_FOUND;
|
||||
public static int INSUFFICIENT_STORAGE;
|
||||
public static int INTERNAL_ERROR;
|
||||
public static int INVALID_REQUEST;
|
||||
public static int NETWORK_ERROR;
|
||||
public static int NO_ERROR;
|
||||
public static int PACK_UNAVAILABLE;
|
||||
public static int UNRECOGNIZED_INSTALLATION;
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetPackException {
|
||||
public int getErrorCode();
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetPackLocation {
|
||||
public java.lang.String assetsPath();
|
||||
public int packStorageMethod();
|
||||
public java.lang.String path();
|
||||
public java.lang.String toString();
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetPackManager {
|
||||
public com.google.android.play.core.assetpacks.AssetPackStates cancel(java.util.List);
|
||||
public void clearListeners();
|
||||
public com.google.android.play.core.assetpacks.AssetLocation getAssetLocation(java.lang.String, java.lang.String);
|
||||
public com.google.android.play.core.assetpacks.AssetPackLocation getPackLocation(java.lang.String);
|
||||
public java.util.Map getPackLocations();
|
||||
public com.google.android.gms.tasks.Task getPackStates(java.util.List);
|
||||
public com.google.android.gms.tasks.Task fetch(java.util.List);
|
||||
public void registerListener(com.google.android.play.core.assetpacks.AssetPackStateUpdateListener);
|
||||
public com.google.android.gms.tasks.Task removePack(java.lang.String);
|
||||
public com.google.android.gms.tasks.Task showCellularDataConfirmation(android.app.Activity);
|
||||
public com.google.android.gms.tasks.Task showConfirmationDialog(android.app.Activity);
|
||||
public void unregisterListener(com.google.android.play.core.assetpacks.AssetPackStateUpdateListener);
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetPackManagerFactory {
|
||||
<init>();
|
||||
|
||||
public static com.google.android.play.core.assetpacks.AssetPackManager getInstance(android.content.Context);
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.AssetPackStateUpdateListener {
|
||||
public void onStateUpdate(com.google.android.play.core.assetpacks.AssetPackState);
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.model.AssetPackStatus {
|
||||
public static int CANCELED;
|
||||
public static int COMPLETED;
|
||||
public static int DOWNLOADING;
|
||||
public static int FAILED;
|
||||
public static int NOT_INSTALLED;
|
||||
public static int PENDING;
|
||||
public static int REQUIRES_USER_CONFIRMATION;
|
||||
public static int TRANSFERRING;
|
||||
public static int UNKNOWN;
|
||||
public static int WAITING_FOR_WIFI;
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.model.AssetPackStorageMethod {
|
||||
public static int APK_ASSETS;
|
||||
public static int STORAGE_FILES;
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.NativeAssetPackStateUpdateListener {
|
||||
<init>();
|
||||
|
||||
public void onStateUpdate(com.google.android.play.core.assetpacks.AssetPackState);
|
||||
}
|
||||
|
||||
-keep class com.google.android.play.core.assetpacks.model.AssetPackUpdateAvailability {
|
||||
public static int UNKNOWN;
|
||||
public static int UPDATE_NOT_AVAILABLE;
|
||||
public static int UPDATE_AVAILABLE;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b951803efef6642c7963f25bd9f66ec3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user