android - Gingerbread - No Support for Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS -


when send user settings on ginger bread device, error there no activity handle intent settings.action_application_development_settings

what's solution. how can send user development settings? how can let them adjust this.

i error there no activity handle intent settings.action_application_development_settings

not every device, prior api level 15, had support action.

what's solution

do not support android 2.x, setting minsdkversion 15.

or, let user know cannot take them straight screen, , lead user on general settings app, via settings.action_settings.


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -