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

Commit 833c1166 authored by Luciano Pacheco's avatar Luciano Pacheco
Browse files

DocsUI: Add VersionUtils to proguard config

This util is intended to use across different Android versions and
should not be stripped out and it's just small utility functions.

Bug: 442400425
Test: atest DocumentsUIGoogleTests:com.android.documentsui.services.TrashJobTest
Flag: com.android.documentsui.flags.enable_trash_flow_ro
Change-Id: I9c64af76ca2bd4db59c50b57272b02d81494c22f
parent 3887bf91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -235,6 +235,8 @@

-keep class com.android.documentsui.util.FlagUtils { *; }

-keep class com.android.documentsui.util.VersionUtils { *; }

# The SideSheetBehavior state is not directly accessed from DocumentsUI, but is used in tests
-keep class com.google.android.material.sidesheet.SideSheetBehavior {
  public int getState();