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

Commit 6e826d7d authored by Jay Shrauner's avatar Jay Shrauner
Browse files

Remove use of framework resource in configs

Bug:25705483
Change-Id: I2d348ce01506c6974a136750034d24d9b9ebb5df
parent 7af09d84
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@
            android:launchMode="singleTask"
            android:clearTaskOnLaunch="true"
            android:icon="@mipmap/ic_launcher_phone"
            android:enabled="@*android:bool/config_voice_capable"
            android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
            <intent-filter>
                <action android:name="android.intent.action.DIAL" />
@@ -247,8 +246,7 @@
            android:exported="false"/>
        <!-- end vCard related -->

        <receiver android:name=".calllog.CallLogReceiver"
            android:enabled="@*android:bool/config_voice_capable">
        <receiver android:name=".calllog.CallLogReceiver">
            <intent-filter>
                <action android:name="android.intent.action.NEW_VOICEMAIL" />
                <data