Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b44e40d3 authored by Luca Stefani's avatar Luca Stefani Committed by Wang Han
Browse files

LineageParts: Keep SEARCH_INDEX_DATA_PROVIDER()

 * This allows reflection to actually work on 11.

Change-Id: Ib20a50b2cfda353568b5e99f17732e28012fe0fb
parent dc7ff295
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}