Commit a039ef90 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Do not stop audio recording when the device orienttion changes"

parents c5a2aff6 f165e12d
......@@ -26,9 +26,10 @@
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher_soundrecorder">
<activity android:name="SoundRecorder"
android:configChanges="orientation|keyboardHidden"
android:theme="@style/Theme.SoundRecorder"
>
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="unspecified"
android:clearTaskOnLaunch="true"
android:theme="@style/Theme.SoundRecorder">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
......
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