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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -