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

Commit f46e1f9

Browse files
Merge pull request #2031 from livecode/bugfix-21746
[21746] Android Settings: disable Splash option on Indy and Business
2 parents 1703874 + 8309e0a commit f46e1f9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Toolset/palettes/standalone settings/revstandalonesettingsandroidbehavior.livecodescript

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ on updateAndroidSettingState
108108
set the enabled of group "Android Settings" of me to (the hilite of button "Build for Android" of me)
109109
set the visible of button "Androidchecked" to (the hilite of button "Build for Android" of me)
110110
set the opaque of button "Androidchecked" to false
111+
112+
-- splash screen is not supported in Indy and Business editions
113+
if revLicenseType() is "commercial" \
114+
or revLicenseType() is "professional" then
115+
set the enabled of button "Splash Chooser" of group "Android Settings" of me to false
116+
end if
111117
end updateAndroidSettingState
112118

113119
-- PM-2014-03-17: [[ In App Purchasing Updates ]] Updated UI to support new store types.

notes/bugfix-21746.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Android Standalone Settings: disable Splash option on Indy and Business editions

0 commit comments

Comments
 (0)