DATA_ROAMING_SETTINGS Intent

JTmartins

Active Member
Licensed User
Longtime User
Hi guys,

Just a little question, I have a button that does only one thing
(there is no no need to put the code here, is plain simple)

def1.Initialize ("android.settings.DATA_ROAMING_SETTINGS","")


It runs OK with API 16 and opens the intended definitions settings, but it does absolutely nothing with API 15. (not even an error, it's like the button had no code)

Tryed emulator and in a tablet..same result.

Any help ?

Thanks
 

JTmartins

Active Member
Licensed User
Longtime User
Solved

Solved

Created a new AVD with same settings...runs OK

Runs Ok on the phone.

Doesn't run on this rom's tablet...weird roms, maybe.

Sorry guys.

Thanks
José
 
Last edited:
Upvote 0
Top