Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a3e980f authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Contacts app no longer gets to be in acore.

There are fundamental things in acore that many long-running
services needed; letting contacts be in there causes the process
to bloat due to UI which makes us use a lot more memory than we
need to.

Change-Id: Iebcd734d3e83a8949d143972d691575e64b41a5e
parent 56e5db37
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,15 +16,16 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.contacts"
    android:sharedUserId="android.uid.shared"
    android:sharedUserLabel="@string/sharedUserLabel"
>
    android:sharedUserId="android.uid.shared">

    <original-package android:name="com.android.contacts" />

    <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
    <uses-permission android:name="android.permission.READ_CONTACTS" />
    <uses-permission android:name="android.permission.WRITE_CONTACTS" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.READ_PROFILE" />
    <uses-permission android:name="android.permission.WRITE_PROFILE" />
    <uses-permission android:name="android.permission.INTERNET" />
@@ -48,7 +49,6 @@
        android:name="com.android.contacts.ContactsApplication"
        android:label="@string/contactsList"
        android:icon="@mipmap/ic_launcher_contacts"
        android:process="android.process.acore"
        android:taskAffinity="android.task.contacts"
        android:hardwareAccelerated="true"
    >
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="sharedUserLabel" msgid="7965035505237135241">"Android-kernprogramme"</string>
    <string name="launcherDialer" msgid="8636288196618486553">"Foon"</string>
    <!-- no translation found for people (1048457247435785074) -->
    <skip />
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="sharedUserLabel" msgid="7965035505237135241">"Android ኮር ትግበራ"</string>
    <string name="launcherDialer" msgid="8636288196618486553">"ስልክ"</string>
    <!-- no translation found for people (1048457247435785074) -->
    <skip />
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="sharedUserLabel" msgid="7965035505237135241">"تطبيقات Android المركزية"</string>
    <string name="launcherDialer" msgid="8636288196618486553">"الهاتف"</string>
    <string name="people" msgid="1048457247435785074">"أشخاص"</string>
    <string name="contactsList" msgid="8661624236494819731">"جهات الاتصال"</string>
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="sharedUserLabel" msgid="7965035505237135241">"Основни приложения на Android"</string>
    <string name="launcherDialer" msgid="8636288196618486553">"Телефон"</string>
    <string name="people" msgid="1048457247435785074">"Хора"</string>
    <string name="contactsList" msgid="8661624236494819731">"Контакти"</string>
Loading