Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AndroidManifest.xml « main « src - github.com/bitfireAT/vcard4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05e02370a1d368a1f862a07970b88d2ba94ebdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
  ~ Copyright © 2013 – 2015 Ricki Hirner (bitfire web engineering).
  ~ All rights reserved. This program and the accompanying materials
  ~ are made available under the terms of the GNU Public License v3.0
  ~ which accompanies this distribution, and is available at
  ~ http://www.gnu.org/licenses/gpl.html
  -->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="at.bitfire.vcard4android">

    <uses-permission android:name="android.permission.READ_CONTACTS" />
    <uses-permission android:name="android.permission.WRITE_CONTACTS" />

    <application />

</manifest>