summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app
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 /java/com/android/dialer/app
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 'java/com/android/dialer/app')
-rw-r--r--java/com/android/dialer/app/res/values/cm_strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/com/android/dialer/app/res/values/cm_strings.xml b/java/com/android/dialer/app/res/values/cm_strings.xml
index 1dcdb2b81..84d6ef735 100644
--- a/java/com/android/dialer/app/res/values/cm_strings.xml
+++ b/java/com/android/dialer/app/res/values/cm_strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013-2014 The CyanogenMod Project
- Copyright (C) 2018 The LineageOS Project
+ Copyright (C) 2018-2021 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -43,4 +43,6 @@
<string name="call_via_dialog_title">Call via\u2026</string>
<string name="call_log_stats_title">Statistics</string>
+
+ <string name="action_menu_helplines">Helplines</string>
</resources>