Intent
Class gallery;
try
{
gallery=Class.forName("com.facebook.android.gallery");
Intent i=new Intent(Hackbook.this,gallery);
// startActivityForResult(i,PICK_EXISTING_PHOTO_RESULT_CODE);
startActivity(i);
}
catch(ClassNotFoundException e)
{
e.printStackTrace();
}
No comments:
Post a Comment