Skip to content

Commit 069de3b

Browse files
authored
Merge pull request #17 from Magisk-Modules-Repo/handle-nfc_st-application-name
handle Nfc_st application name
2 parents ca5c0bb + c2d5e9e commit 069de3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ create_backup() {
2424
}
2525

2626
ui_print "-- Searching for NFC app in /system/app/ and /system/system_ext/app/ folders..."
27-
set 'NfcNci' 'NQNfcNci' 'NxpNfcNci'
27+
set 'NfcNci' 'NQNfcNci' 'NxpNfcNci' 'Nfc_st'
2828
for name do
2929
if [ -d "/system/app/$name" ]; then
3030
APK_NAME="$name"

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=NFCScreenOff
22
name=NFC Screen Off
3-
version=v0.3.2
4-
versionCode=32
3+
version=v0.3.3
4+
versionCode=33
55
author=lapwat
66
description=Read NFC tags when screen is off. Disable NFC tagging sound.

0 commit comments

Comments
 (0)