QtiSoundRecorder:Adds an android:exported="true"

AndroidManifests must specify android:exported for
every activity or receiver with an intent filter.

Setting these to true to preserve default behavior.

Change-Id: Ia0544b1099e4667d6ef32801342e50ec8e9d9c09
CRs-Fixed:2788585
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
old mode 100644
new mode 100755
index 331e7e1..06f742b
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -37,6 +37,7 @@
         <activity android:name="SoundRecorder"
                 android:configChanges="orientation|screenSize|keyboardHidden"
                 android:screenOrientation="unspecified"
+                android:exported="true"
                 android:theme="@style/Theme.SoundRecorder">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />