Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_SoundRecorder
Commits
a039ef90
Commit
a039ef90
authored
13 years ago
by
James Dong
Committed by
Android (Google) Code Review
13 years ago
Browse files
Options
Download
Plain Diff
Merge "Do not stop audio recording when the device orienttion changes"
parents
c5a2aff6
f165e12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
AndroidManifest.xml
AndroidManifest.xml
+4
-3
No files found.
AndroidManifest.xml
View file @
a039ef90
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment