Screen Shoot Project :
Intent intentkontak = new Intent( Intent.ACTION_VIEW,Uri.parse( "content://contacts/people"));
startActivity(intentkontak);
Intent intentgoogle = new Intent( Intent.ACTION_VIEW,Uri.parse( "http://www.google.com"));
startActivity(intentgoogle);
Intent intentcall = new Intent( Intent.ACTION_VIEW,Uri.parse("tel:/216 555-1234"));
startActivity(intentcall);
Download Project Android IntentActionView.zip
0 komentar:
Post a Comment