commit | b44e40d3a4d7356f0190663d5f47937821716cb1 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Thu Oct 08 19:38:18 2020 +0800 |
committer | Wang Han <416810799@qq.com> | Thu Oct 08 19:39:43 2020 +0800 |
tree | e840c457d76520fc704e7812b16cc1d6759a5bcd | |
parent | dc7ff295903964d22af10622a59d98c8670308eb [diff] [blame] |
LineageParts: Keep SEARCH_INDEX_DATA_PROVIDER() * This allows reflection to actually work on 11. Change-Id: Ib20a50b2cfda353568b5e99f17732e28012fe0fb
diff --git a/proguard.flags b/proguard.flags index 6724bc5..9de6495 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -29,3 +29,7 @@ public <init>(android.content.Context, android.util.AttributeSet); } +# Keep specific fields used via reflection. +-keepclassmembers class * { + public static ** SEARCH_INDEX_DATA_PROVIDER; +}