I'm trying to get my head around the PreferencesActivity library.
I can open it with StartActivity(screen.CreateIntent) ONCE but when I call the function again it will not open the Preferences Screen.
I have also defined the call in a menu item and that works but it doesn't work when I call the StartActivity function directly in my code AFTER the first time.
I'm sure I'm missing some basic "how it works" but I would appreciate any thoughts.
~Joe
I can open it with StartActivity(screen.CreateIntent) ONCE but when I call the function again it will not open the Preferences Screen.
I have also defined the call in a menu item and that works but it doesn't work when I call the StartActivity function directly in my code AFTER the first time.
I'm sure I'm missing some basic "how it works" but I would appreciate any thoughts.
~Joe
Last edited: