You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
public MyActivity_.IntentBuilder_ menu_id(int menu_id) {
return super.extra(MENU_ID_EXTRA, menu_id);
}
But in Android annotation 4.0
the same code
but in MyActivity_.class
/**
*
* ���ݴ�����
* @param menu_id
* the value for this extra
* @return
* the IntentBuilder to chain calls
*/
public DetailListActivity_.IntentBuilder_ menu_id(int menu_id) {
return super.extra(MENU_ID_EXTRA, menu_id);
}
and this cause some error in Android Studio
like this