summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-03-02 17:25:59 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-03-07 15:36:10 -0800
commit61e084601e331a77ff5c164e405681a14a4c00f4 (patch)
tree5ef53b0a5e2843a02442cf27d813ddbb1f41fad0 /proguard.flags
parentb12ae37ffefd4f60996ea7f874cfefa70e10890e (diff)
downloadandroid_packages_apps_Trebuchet-61e084601e331a77ff5c164e405681a14a4c00f4.tar.gz
android_packages_apps_Trebuchet-61e084601e331a77ff5c164e405681a14a4c00f4.tar.bz2
android_packages_apps_Trebuchet-61e084601e331a77ff5c164e405681a14a4c00f4.zip
Adding implementation of InstantAppResolver for quickstep
> Badging instant apps properly in recents > Routing drawable creation using Drawable factory Bug: 31282621 Change-Id: Ice1cdd3e9b821bebdebebbdc5cba4a907ffc21f8
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index b8cade572..cac8930d5 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -102,6 +102,11 @@
public <init>(...);
}
+# InstantAppResolver
+-keep class com.android.quickstep.InstantAppResolverImpl {
+ public <init>(...);
+}
+
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
*;
}