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

Commit bd4de475 authored by Santos Cordon's avatar Santos Cordon Committed by Android Git Automerger
Browse files

am e9ac3082: am 581ec4ab: Make telecom a non-persistent process.

* commit 'e9ac3082':
  Make telecom a non-persistent process.
parents 804c8f36 e9ac3082
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -53,11 +53,11 @@
         can check for incompatible APIs. -->
    <uses-sdk android:minSdkVersion="19" />

    <application android:persistent="true"
            android:label="@string/telecommAppLabel"
    <application android:label="@string/telecommAppLabel"
            android:icon="@mipmap/ic_launcher_phone"
            android:allowBackup="false"
            android:supportsRtl="true">
            android:supportsRtl="true"
            android:process="system">

        <!-- CALL vs CALL_PRIVILEGED vs CALL_EMERGENCY
             We have three different intents through which a call can be initiated each with its