Prevents package renaming of Adobe AIR applications

- fixes #1240
This commit is contained in:
Connor Tumbleson 2016-05-04 08:04:28 -04:00
parent 2f67a36c72
commit 47dd120b38

View File

@ -790,7 +790,8 @@ final public class AndrolibResources {
private boolean mSharedLibrary = false;
private final static String[] IGNORED_PACKAGES = new String[] {
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi", "com.miui.core", "flyme"};
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi", "com.miui.core", "flyme",
"air.com.adobe.appentry" };
private final static String[] ALLOWED_PACKAGES = new String[] {
"com.miui" };