Skip to content

Commit 97d1dc9

Browse files
authored
Add Nfc_st to folder search list
1 parent ca5c0bb commit 97d1dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"

0 commit comments

Comments
 (0)