Commit fcdf78cb authored by fallenstardust's avatar fallenstardust

补充卡组编辑的备份还原卡组时的权限申请

parent c8ee7810
...@@ -625,6 +625,7 @@ class DeckManagerActivityImpl extends BaseCardsAcitivity implements RecyclerView ...@@ -625,6 +625,7 @@ class DeckManagerActivityImpl extends BaseCardsAcitivity implements RecyclerView
DialogPlus builder = new DialogPlus(this); DialogPlus builder = new DialogPlus(this);
switch (menuId) { switch (menuId) {
case R.id.action_deck_backup_n_restore: case R.id.action_deck_backup_n_restore:
startPermissionsActivity();
builder.setTitle(R.string.question); builder.setTitle(R.string.question);
builder.setMessage(R.string.deck_explain); builder.setMessage(R.string.deck_explain);
builder.setMessageGravity(Gravity.CENTER_HORIZONTAL); builder.setMessageGravity(Gravity.CENTER_HORIZONTAL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment