search

Home  >  Q&A  >  body text

android - 如何使用Intent传递@IntDef

int fromType = getIntent().getExtras().getInt(ConstantValues.BUNDLE_FROM);

提示
must be one of: ChoosePhotoActivity.TYPE_FREE_CHANGE_PIC, ChoosePhotoActivity.TYPE_FREE, ChoosePhotoActivity.TYPE_PUZZLE, ChoosePhotoActivity.TYPE_PUZZLE_CHANGE_PIC more... (Ctrl+F1)

应该用什么解决办法?

PHPzPHPz2887 days ago539

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 17:30:37

    Try adding @SuppressWarnings("ResourceType"), source: http://stackoverflow.com/ques...

    reply
    0
  • Cancelreply