summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
blob: 0654e3948a4df859cb90be52a8bd105f6ed73efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.android.providers.calllog"
        android:sharedUserId="android.uid.shared"
        android:sharedUserLabel="@string/sharedUserLabel">

    <application android:process="android.process.acore"
        android:label="@string/app_label"
        android:icon="@drawable/app_icon"
        android:allowBackup="true">

    </application>
</manifest>