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