Intent photoPickerIntent = new Intent(Intent. ACTION_MULTIPLE_PICK); //will call onActivityResult before activity.stop() in android 4.2.2以下;
Correct:
Intent i = new Intent();
i.setAction(Action.ACTION_MULTIPLE_PICK);
每個人都很單純,大家都是夥伴。
Blog: |
Wolke Codes |
Topics: |