Fix code analysis errors

This commit is contained in:
Gergely Hegedus 2022-01-28 00:33:48 +02:00
parent 24cffc5057
commit 85faee64ea
9 changed files with 10 additions and 12 deletions

View file

@ -13,7 +13,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.TestShowCase"
tools:ignore="AllowBackup">
tools:ignore="AllowBackup,DataExtractionRules">
<activity
android:name=".ui.splash.SplashActivity"
android:exported="true">