mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Clarification
This commit is contained in:
parent
c55243e655
commit
3f4b147ef3
3 changed files with 2 additions and 2 deletions
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue