标签: java android android-activity android-fragmentactivity
我不知道这个错误是否在我用来打开活动的代码中,或者它是否存在于活动本身中。这是打开活动的代码,请告诉我是否有错误,或者是否有其他错误。
public void openGallery(View view){ Intent intent = new Intent(this, PhotoGallery.class); startActivity(intent); }