Clarification

This commit is contained in:
Tad 2020-05-23 14:00:32 -04:00
parent c55243e655
commit 3f4b147ef3
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -6,7 +6,7 @@ android {
applicationId "us.spotco.malwarescanner" applicationId "us.spotco.malwarescanner"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 43 versionCode 44
versionName "2.9" versionName "2.9"
resConfigs "en" resConfigs "en"
} }

View file

@ -14,7 +14,7 @@
<string name="lblNotificationMalwareDetectionDescription">Used to alert when malware is detected</string> <string name="lblNotificationMalwareDetectionDescription">Used to alert when malware is detected</string>
<string name="lblNotificationRealtimeTitle">Realtime Scanner</string> <string name="lblNotificationRealtimeTitle">Realtime Scanner</string>
<string name="lblNotificationRealtimeDescription">Used to show files scanned counter and maintain the background service</string> <string name="lblNotificationRealtimeDescription">Used to show files scanned counter and maintain the background service</string>
<string name="lblNotificationRealtimeText">Malware will be detected in realtime</string> <string name="lblNotificationRealtimeText">Known malware will be detected in realtime</string>
<string name="lblNotificationRealtimeDetection">Malware Detected:</string> <string name="lblNotificationRealtimeDetection">Malware Detected:</string>
<string name="lblRealtimeScannerToggle">Realtime Scanner</string> <string name="lblRealtimeScannerToggle">Realtime Scanner</string>
</resources> </resources>