diff options
author | 2023-06-26 18:07:19 +0200 | |
---|---|---|
committer | 2023-07-13 15:09:06 +0000 | |
commit | 726f597a7e4eff7aebc2a2171508f8e4ae1bf7ea (patch) | |
tree | 16fb4c616cddf7e45059fdfd0b2cd923220601eb /proguard.flags | |
parent | 42802669f7278a7120d3acb7c746917b4a54fefb (diff) |
IntentResolver: prepare IntentResolver-core for client usage
- Creates "lib" AndroidManifest.xml containing the required permissions
- Adds proguard configuration file
Bug: 265905535
Change-Id: Ie24cd32c1816d349a3ba59ff206d9fc210f54a21
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags new file mode 100644 index 00000000..5541c3ff --- /dev/null +++ b/proguard.flags @@ -0,0 +1,2 @@ +# Class referenced from xml drawable +-keep class com.android.intentresolver.SimpleIconFactory$FixedScaleDrawable |