Skip to content

Commit

Permalink
Merge pull request #17 from Magisk-Modules-Repo/handle-nfc_st-applica…
Browse files Browse the repository at this point in the history
…tion-name

handle Nfc_st application name
  • Loading branch information
lapwat authored Mar 8, 2022
2 parents ca5c0bb + c2d5e9e commit 069de3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ create_backup() {
}

ui_print "-- Searching for NFC app in /system/app/ and /system/system_ext/app/ folders..."
set 'NfcNci' 'NQNfcNci' 'NxpNfcNci'
set 'NfcNci' 'NQNfcNci' 'NxpNfcNci' 'Nfc_st'
for name do
if [ -d "/system/app/$name" ]; then
APK_NAME="$name"
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=NFCScreenOff
name=NFC Screen Off
version=v0.3.2
versionCode=32
version=v0.3.3
versionCode=33
author=lapwat
description=Read NFC tags when screen is off. Disable NFC tagging sound.

0 comments on commit 069de3b

Please sign in to comment.