blob: 0654e3948a4df859cb90be52a8bd105f6ed73efa [file] [log] [blame]
Santos Cordon339272c2015-01-12 17:23:51 -08001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.providers.calllog"
3 android:sharedUserId="android.uid.shared"
4 android:sharedUserLabel="@string/sharedUserLabel">
5
6 <application android:process="android.process.acore"
7 android:label="@string/app_label"
8 android:icon="@drawable/app_icon"
9 android:allowBackup="true">
10
11 </application>
12</manifest>