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

Commit d226720a authored by emancebo's avatar emancebo Committed by Danesh M
Browse files

Call recording service implementation and playback

Combination of the following commits:

commit df7f3230
Author: emancebo <emancebo@cyngn.com>
Date:   Mon Aug 4 17:07:05 2014 -0700

    Call recording service implementation, show recordings and allow playback in call history

commit 04656cfe
Author: emancebo <emancebo@cyngn.com>
Date:   Thu Aug 14 14:17:18 2014 -0700

    blacklist call recording for US/EU mccs, remove sysprop flag for enabling

commit 44ef8f7f
Author: Brinly Taylor <uberlaggydarwin@gmail.com>
Date:   Tue Aug 19 10:14:02 2014 +0930

    Dialer: Blacklist call recording for Australia.

    Same as European/US laws as regards to this therefore
    to protect CM I think we should disable this. .
    Feel free to check with lawyers though.

commit bc3df8ea3e7f73a2f48e34a3737cda1833c84d0a
Author: emancebo <emancebo@cyngn.com>
Date:   Mon Nov 17 16:53:05 2014 -0800

    update call recording file format TOMATO-282

Change-Id: I56bf6857d87260e20b6a84c4db6e463b0fd87dcc
parent 61c55414
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ res_dirs := res \
    $(contacts_common_dir)/res \
    $(phone_common_dir)/res

LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) $(call all-Iaidl-files-under, $(src_dirs))
LOCAL_SRC_FILES += ../../providers/ContactsProvider/src/com/android/providers/contacts/NameSplitter.java \
                   ../../providers/ContactsProvider/src/com/android/providers/contacts/HanziToPinyin.java \
                   ../../providers/ContactsProvider/src/com/android/providers/contacts/util/NeededForTesting.java
+4 −0
Original line number Diff line number Diff line
@@ -301,6 +301,10 @@
                  android:screenOrientation="nosensor" >
        </activity>

        <service android:name="com.android.services.callrecorder.CallRecorderService"
                 android:process="com.android.incallui">
        </service>

        <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
        <receiver android:name="com.android.incallui.InCallApp$NotificationBroadcastReceiver"
                  android:exported="false"
+15.6 KiB
Loading image diff...
+15.5 KiB
Loading image diff...
+15.2 KiB
Loading image diff...
Loading