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
e587c604
Commit
e587c604
authored
11 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
Updated AndroidManifest to prevent Lint warnings
parent
7d322f04
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AndroidManifest.xml
+6
-4
6 additions, 4 deletions
AndroidManifest.xml
with
6 additions
and
4 deletions
AndroidManifest.xml
+
6
−
4
View file @
e587c604
...
@@ -35,13 +35,13 @@ as that of the covered work.
...
@@ -35,13 +35,13 @@ as that of the covered work.
<uses-sdk
<uses-sdk
android:minSdkVersion=
"13"
android:minSdkVersion=
"13"
android:targetSdkVersion=
"1
5
"
/>
android:targetSdkVersion=
"1
7
"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.READ_CONTACTS"
/>
<uses-permission
android:name=
"android.permission.READ_CONTACTS"
/>
<uses-permission
android:name=
"android.permission.READ_PROFILE"
/>
<uses-permission
android:name=
"android.permission.READ_PROFILE"
/>
<uses-permission
android:name=
"android.permission.CALL_PHONE"
/>
<uses-permission
android:name=
"android.permission.CALL_PHONE"
/>
<uses-permission
android:name=
"android.permission.CALL_PRIVILEGED"
/>
<!--
<uses-permission android:name="android.permission.CALL_PRIVILEGED" />
-->
<uses-permission
android:name=
"android.permission.PROCESS_OUTGOING_CALLS"
/>
<uses-permission
android:name=
"android.permission.PROCESS_OUTGOING_CALLS"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.RECORD_AUDIO"
/>
<uses-permission
android:name=
"android.permission.RECORD_AUDIO"
/>
...
@@ -52,7 +52,8 @@ as that of the covered work.
...
@@ -52,7 +52,8 @@ as that of the covered work.
android:debuggable=
"true"
android:debuggable=
"true"
android:icon=
"@drawable/ic_launcher"
android:icon=
"@drawable/ic_launcher"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:theme=
"@style/AppTheme"
>
android:theme=
"@style/AppTheme"
android:allowBackup=
"true"
>
<activity
<activity
android:name=
".client.SFLPhoneHomeActivity"
android:name=
".client.SFLPhoneHomeActivity"
android:label=
"@string/title_activity_sflphone_home"
android:label=
"@string/title_activity_sflphone_home"
...
@@ -87,7 +88,8 @@ as that of the covered work.
...
@@ -87,7 +88,8 @@ as that of the covered work.
</intent-filter>
</intent-filter>
</receiver>
</receiver>
<service
<service
android:name=
".service.SipService"
>
android:name=
".service.SipService"
android:exported=
"false"
>
<intent-filter>
<intent-filter>
<action
android:name=
".service.SipService"
/>
<action
android:name=
".service.SipService"
/>
</intent-filter>
</intent-filter>
...
...
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