削除ダイアログの場所にメニューを作成したいです。これには、開く、削除などのオプションが含まれます。Android と Java の新機能。:)
new AlertDialog.Builder(this)
.setTitle("Confirm Restore")
.setMessage("Do you want to restore this File?")
.setPositiveButton("OK",
new DialogInterface.OnClickListener() {}