Support enhanced call blocking function
- Add settings about whether to accept or block an incoming call
from unidentified numbers by configuring the setting for each reason
(unregistered/private/pay phone/unknown).
- Show a notification when making an emergency call.
Bug: 28189985
Test: Manual
Change-Id: I00a51947e5b30be8192b08f0c07cb89c8736a75d
diff --git a/proguard.flags b/proguard.flags
index 4e0c310..7c71a15 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,5 +1,8 @@
-verbose
-keep @com.android.internal.annotations.VisibleForTesting class *
+-keep public class * extends android.widget.ListView {
+ public *;
+}
-keep class com.android.server.telecom.TelecomSystem {
*;
}