summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2021-03-13 15:06:04 +0100
committerMichael W <baddaemon87@gmail.com>2021-03-14 16:56:17 +0100
commit21bf85c4859bbd25242fd5f377154855a53b39cb (patch)
tree37c05f489c776b567a1062995f278b38c4ad7a87 /Android.mk
parent62924a3cf27ec62e6bfa2d128f5659559ac8c55f (diff)
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: <item> <categories>violence|human trafficking</categories> <name>Some NGO or whatever</name> <number>1234</number> <anything>anything else</anything> </item> Change-Id: I952bf10ee9516b83e595d8a19450696b303393b6
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
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 \