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

Commit 5de24579 authored by Walter Jang's avatar Walter Jang
Browse files

Fix making telephony an option feature in manifest (1/2)

Bug 30000144

Change-Id: I131b709b2ac7507f6b4385e810a69ab7f52bd3a2
parent 31e47dad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
    <!-- Following used for Contact metadata syncing -->
    <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />

    <uses-feature android:name="android.hardware.telephony" required="false"/>
    <uses-feature android:name="android.hardware.telephony" android:required="false"/>

    <application
        android:name="com.android.contacts.ContactsApplication"