From 556b427309b1bd2d5aecc897cf3363964d879262 Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Thu, 3 Feb 2022 22:03:13 +0100 Subject: [PATCH] Release 0.3.0-dev3 --- app/proguard-rules.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 0dc6496..2a40c08 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -125,6 +125,11 @@ int getChildDrawingOrder(int); int getChildCount(); } +-assumenosideeffects class * extends android.content.Intent { + java.lang.String getAction(); + android.net.Uri getData(); + int getFlags(); +} -assumenosideeffects class * extends android.app.Activity { android.view.View findViewById(int); android.content.Intent getIntent();