Code cleanup and version bump

This commit is contained in:
Tad 2021-03-10 10:17:00 -05:00
parent d2ff63295d
commit 18395cbb6e
9 changed files with 11 additions and 13 deletions

Binary file not shown.

View file

@ -6,7 +6,7 @@ android {
applicationId "us.spotco.malwarescanner"
minSdkVersion 16
targetSdkVersion 30
versionCode 62
versionCode 63
versionName "2.17"
resConfigs "en", "de", "fr", "it"
}

View file

@ -33,7 +33,7 @@
android:name=".MalwareScannerService"
android:label="Realtime Malware Scanner"
android:enabled="true"
android:exported="false"/>
android:exported="false" />
<receiver
android:name=".EventReceiver"
@ -47,6 +47,7 @@
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_ADDED" />
<data android:scheme="package" />
</intent-filter>
</receiver>

View file

@ -5,7 +5,7 @@
<item
android:id="@+id/toggleOnionRouting"
android:title="@string/lblOnionRoutingToggle"
android:checkable="true"/>
android:checkable="true" />
<item
android:id="@+id/mnuUpdateDatabase"
android:title="@string/lblUpdateDatabase" />

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>

View file

@ -1,3 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
<resources></resources>

View file

@ -1,3 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
<resources></resources>

View file

@ -1,3 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
<resources></resources>