Answer the question
In order to leave comments, you need to log in
Context cannot be converted to ActivityBase?
public void initPicture() {
final ActivityBase activity = this.context;
activity.setPermissionGranted(new OnPermissionGranted() {
public void onGranted() {
MultiImageSelector.create().showCamera(true).count(5).multi().start(activity, Contants.FEED_PHOTO_SELECT.intValue());
}
});
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question