Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
0d6b7d9e
Commit
0d6b7d9e
authored
12 years ago
by
Emeric Vigier
Browse files
Options
Downloads
Patches
Plain Diff
#14399: change tabs into spaces
parent
1a7425c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AndroidManifest.xml
+42
-43
42 additions, 43 deletions
AndroidManifest.xml
with
42 additions
and
43 deletions
AndroidManifest.xml
+
42
−
43
View file @
0d6b7d9e
<!--
<!--
Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
Author: Adrien Beraud <adrien.beraud@gmail.com>
...
...
@@ -27,55 +27,54 @@ grants you additional permission to convey the resulting work.
Corresponding Source for a non-source form of such a combination
shall include the source code for the parts of OpenSSL used as well
as that of the covered work.
-->
-->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.savoirfairelinux.sflphone"
android:versionCode=
"1"
android:versionName=
"1.0"
>
android:versionName=
"1.0"
>
<uses-sdk
android:minSdkVersion=
"13"
android:targetSdkVersion=
"15"
/>
<uses-sdk
android:minSdkVersion=
"13"
android:targetSdkVersion=
"15"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.READ_CONTACTS"
/>
<uses-permission
android:name=
"android.permission.CALL_PHONE"
/>
<uses-permission
android:name=
"android.permission.CALL_PRIVILEGED"
/>
<uses-permission
android:name=
"android.permission.PROCESS_OUTGOING_CALLS"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.RECORD_AUDIO"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.READ_CONTACTS"
/>
<uses-permission
android:name=
"android.permission.CALL_PHONE"
/>
<uses-permission
android:name=
"android.permission.CALL_PRIVILEGED"
/>
<uses-permission
android:name=
"android.permission.PROCESS_OUTGOING_CALLS"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.RECORD_AUDIO"
/>
<application
android:icon=
"@drawable/ic_launcher"
android:label=
"@string/app_name"
android:theme=
"@style/AppTheme"
android:debuggable=
"true"
>
<activity
android:name=
".client.SFLPhoneHome"
android:label=
"@string/title_activity_sflphone_home"
android:theme=
"@style/AppTheme"
android:uiOptions=
"splitActionBarWhenNarrow"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<application
android:debuggable=
"true"
android:icon=
"@drawable/ic_launcher"
android:label=
"@string/app_name"
android:theme=
"@style/AppTheme"
>
<activity
android:name=
".client.SFLPhoneHome"
android:label=
"@string/title_activity_sflphone_home"
android:theme=
"@style/AppTheme"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
<activity
android:name=
".client.SFLPhonePreferenceActivity"
>
<meta-data
android:name=
"android.support.PARENT_ACTIVITY"
android:value=
"com.savoirfairelinux.sflphone.client.SFLPhoneHome"
/>
</activity>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
<activity
android:name=
".client.SFLPhonePreferenceActivity"
>
<meta-data
android:name=
"android.support.PARENT_ACTIVITY"
android:value=
"com.savoirfairelinux.sflphone.client.SFLPhoneHome"
/>
</activity>
<receiver
android:name=
".client.receiver.NewOutgoingCallReceiver"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"android.intent.action.NEW_OUTGOING_CALL"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
</intent-filter>
</receiver>
</application>
<receiver
android:name=
".client.receiver.NewOutgoingCallReceiver"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"android.intent.action.NEW_OUTGOING_CALL"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
</intent-filter>
</receiver>
</application>
</manifest>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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