Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
1924a08e
Commit
1924a08e
authored
8 years ago
by
Erwan Croze
Browse files
Options
Download
Patches
Plain Diff
Fix problem of rotation after screen locking
parent
9435f36b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AndroidManifest.xml
+3
-6
AndroidManifest.xml
with
3 additions
and
6 deletions
AndroidManifest.xml
+
3
−
6
View file @
1924a08e
...
...
@@ -2,8 +2,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.linphone"
android:installLocation=
"auto"
android:versionCode=
"32
2
1"
android:versionName=
"3.2.
2
"
>
android:versionCode=
"32
4
1"
android:versionName=
"3.2.
4
"
>
<uses-sdk
android:minSdkVersion=
"14"
...
...
@@ -53,7 +53,7 @@
<uses-permission
android:name=
"android.permission.WRITE_SYNC_SETTINGS"
/>
<uses-permission
android:name=
"android.permission.AUTHENTICATE_ACCOUNTS"
/>
<!-- Needed for in-app purchase -->
<uses-permission
android:name=
"com.android.vending.BILLING"
/>
<!--
<uses-permission android:name="com.android.vending.BILLING"/>
-->
<!-- Needed for overlay widget -->
<uses-permission
android:name=
"android.permission.SYSTEM_ALERT_WINDOW"
/>
...
...
@@ -109,7 +109,6 @@
<activity
android:name=
".LinphoneActivity"
android:launchMode=
"singleTask"
android:screenOrientation=
"behind"
android:theme=
"@style/NoTitle"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
...
...
@@ -118,7 +117,6 @@
<activity
android:name=
".CallIncomingActivity"
android:launchMode=
"singleTop"
android:screenOrientation=
"behind"
android:theme=
"@style/NoTitle"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
...
...
@@ -127,7 +125,6 @@
<activity
android:name=
".CallOutgoingActivity"
android:launchMode=
"singleTop"
android:screenOrientation=
"behind"
android:theme=
"@style/NoTitle"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets