Android About page -


how open settings>about page programmaticlly in android.

you can open using intent

intent aboutphone = new intent(settings.action_device_info_settings);  startactivity(aboutphone); 

as in android there many settings classes , here :

android.provider.settings 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -