Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit b018dfb

Browse files
Merge pull request #1907 from livecode/bugfix-20558
[Bug 20558] Added checkbox for enabling NFC tag reading on Android
2 parents 628ee3a + 7629374 commit b018dfb

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

378 Bytes
Binary file not shown.

Toolset/palettes/standalone settings/revstandalonesettingsandroidbehavior.livecodescript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ on updateSettings
7878
put computeDefault(tSettings["android,hardware accelerated"], false) into tHardwareAccelerated
7979
set the hilited of button "Hardware Accelerated" to tHardwareAccelerated
8080

81+
local tNFC
82+
put computeDefault(tSettings["android,nfc"], false) into tNFC
83+
set the hilited of button "NFC Tag Reading" to tNFC
84+
8185
repeat with i = 1 to the number of groups of group "device capabilities"
8286
get tSettings["android,device capabilities"][the short name of group i of group "Device Capabilities"]
8387
if it is "true" then

notes/bugfix-20558.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Allow enabling NFC support in the Android Standalone Settings

0 commit comments

Comments
 (0)