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
Post a Comment