add a pickAlbumActivity for picking copy destination

This commit is contained in:
tibbi
2016-11-08 20:08:39 +01:00
parent 10e197af95
commit fbe1409862
4 changed files with 58 additions and 1 deletions

View File

@ -560,5 +560,6 @@ public class MainActivity extends SimpleActivity
mGridView.setOnItemClickListener(this);
mGridView.setMultiChoiceModeListener(this);
mGridView.setOnTouchListener(this);
mGridView.setChoiceMode(GridView.CHOICE_MODE_MULTIPLE_MODAL);
}
}