summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/helplines/HelplineAdapter.java
AgeCommit message (Collapse)Author
2021-03-14Dialer: Move to SPN schema classesLuca Stefani
Change-Id: I2cd3706f64bf45a2a6dd53caa9d5da48cf93ea28
2021-03-14Dialer: Add a helpline phone bookMichael W
* 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