• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to call system Android Clock?

Click the icon to call the system comes with Clock!

I would like to call the system is not similar to the Photo Gallery as it! Write a Intent on the list!

ex:
Intent i =new Intent();
i.setType("image/*");
i.setAction(Intent.ACTION_GET_CONTENT)
startActivity(i);


How will the call system Clock! Write code! Thank you ~ ~:)
 
Back
Top Bottom