android - Return to application from settings intent -



android - Return to application from settings intent -

in applicattion need go de settings activity of phone whith next code:

`intent myintent = new intent(settings.action_location_source_settings); startactivity(myintent);´

then in settings activity, when user press key, want homecoming applicattion ¿it's possible?

thanks

it should automatically go previous activity when key pressed. utilize location settings activity in 1 of apps , when user presses returns them app. time might not happen if app closed free memory app/service, unlikely if opening location settings .

android android-intent settings return

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -