aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/defaults.xml
blob: 46f313da9a3c115acf95b00fe58a91bc65638982 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="default_resource" translatable="false">Phone</string>
    <bool name="portrait_only">true</bool>
    <bool name="enter_is_send">false</bool>
    <bool name="notifications_from_strangers">false</bool>
    <bool name="headsup_notifications">true</bool>
    <bool name="dnd_on_silent_mode">false</bool>
    <bool name="treat_vibrate_as_silent">false</bool>
</resources>