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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -