added fall back package id for voice recorder plugin

This commit is contained in:
Daniel Gultsch 2015-05-20 03:27:52 +02:00
parent bb60364488
commit 73a4ffefdf
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ public class ConversationActivity extends XmppActivity
break; break;
case ATTACHMENT_CHOICE_RECORD_VOICE: case ATTACHMENT_CHOICE_RECORD_VOICE:
intent.setAction(MediaStore.Audio.Media.RECORD_SOUND_ACTION); intent.setAction(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
fallbackPackageId = "eu.siacs.conversations.voicerecorder";
break; break;
case ATTACHMENT_CHOICE_LOCATION: case ATTACHMENT_CHOICE_LOCATION:
intent.setAction("eu.siacs.conversations.location.request"); intent.setAction("eu.siacs.conversations.location.request");