From 21bf85c4859bbd25242fd5f377154855a53b39cb Mon Sep 17 00:00:00 2001 From: Michael W Date: Sat, 13 Mar 2021 15:06:04 +0100 Subject: Dialer: Add a helpline phone book * Expose the sensitive numbers to the user so they can easily call one of them * Make sure to leave as few traces of access as possible: * Calling a number closes the helpline activity * Opening a link closes the helpline activity * Before opening a link, a warning about browser history appears * This makes use of a changed xml-format, which now allows adding various things: violence|human trafficking Some NGO or whatever 1234 anything else Change-Id: I952bf10ee9516b83e595d8a19450696b303393b6 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index db6cff7bd..4e92f1f38 100644 --- a/Android.mk +++ b/Android.mk @@ -133,6 +133,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \ libbackup \ libphonenumber \ volley \ + org.lineageos.lib.phone LOCAL_STATIC_ANDROID_LIBRARIES := \ android-support-core-ui \ -- cgit v1.2.3