From efcceb530b2b54705c1957b34b3bd5411152d670 Mon Sep 17 00:00:00 2001 From: Flavio Lerda Date: Sat, 10 Aug 2013 15:32:13 +0100 Subject: [PATCH] Switch to original note editor. The multimedia note editor needs a bit more work before it is ready for release. This commit switches back to the original note editor, so that we can release a bug-fix version of the application without having to wait until the multimedia note editor is ready. It also removed the RECORD_AUDIO permission, since it is not needed if the multimedia note editor is not used. --- AndroidManifest.xml | 1 - src/com/ichi2/anki/CardBrowser.java | 7 +++++-- src/com/ichi2/anki/DeckPicker.java | 3 +-- src/com/ichi2/anki/StudyOptionsFragment.java | 3 +-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f5f772fc06..792a2cbc2a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -37,7 +37,6 @@ -