We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca5c0bb + c2d5e9e commit 069de3bCopy full SHA for 069de3b
customize.sh
@@ -24,7 +24,7 @@ create_backup() {
24
}
25
26
ui_print "-- Searching for NFC app in /system/app/ and /system/system_ext/app/ folders..."
27
-set 'NfcNci' 'NQNfcNci' 'NxpNfcNci'
+set 'NfcNci' 'NQNfcNci' 'NxpNfcNci' 'Nfc_st'
28
for name do
29
if [ -d "/system/app/$name" ]; then
30
APK_NAME="$name"
module.prop
@@ -1,6 +1,6 @@
1
id=NFCScreenOff
2
name=NFC Screen Off
3
-version=v0.3.2
4
-versionCode=32
+version=v0.3.3
+versionCode=33
5
author=lapwat
6
description=Read NFC tags when screen is off. Disable NFC tagging sound.
0 commit comments