Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5269a964 authored by Robert Burns's avatar Robert Burns
Browse files

Addition of automobile profile and group apps

Additions
- An automobile profile to improve the OOB experience
- New apps to the profile groups...Google Calendar, Google Hangouts

Change-Id: I4b728b257ebd68aae3695b9dd30496cb63efee39
parent 07e92e4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
    <string name="profileNameHome">Home</string>
    <string name="profileNameSilent">Silent</string>
    <string name="profileNameNight">Night</string>
    <string name="profileNameAutomobile">Automobile</string>

    <!-- Names of application groups. -->
    <string name="profileGroupPhone">Phone</string>
+52 −0
Original line number Diff line number Diff line
@@ -249,11 +249,62 @@
            <lightsMode>DEFAULT</lightsMode>
        </profileGroup>
    </profile>
    <profile nameres="profileNameAutomobile">
        <profileGroup uuid="d393035d-ea71-4f2a-bdbd-b65f6bf298f1">
            <sound>content://settings/system/notification_sound</sound>
            <ringer>content://settings/system/ringtone</ringer>
            <soundMode>OVERRIDE</soundMode>
            <ringerMode>OVERRIDE</ringerMode>
            <vibrateMode>OVERRIDE</vibrateMode>
            <lightsMode>DEFAULT</lightsMode>
        </profileGroup>
        <profileGroup uuid="66bc93e4-775a-4ac2-9da1-752178fcdcaf">
            <sound>content://settings/system/notification_sound</sound>
            <ringer>content://settings/system/ringtone</ringer>
            <soundMode>OVERRIDE</soundMode>
            <ringerMode>OVERRIDE</ringerMode>
            <vibrateMode>OVERRIDE</vibrateMode>
            <lightsMode>OVERRIDE</lightsMode>
        </profileGroup>
        <profileGroup uuid="d2ebb02a-5205-47c5-8e39-f55823d4082a">
            <sound>content://settings/system/notification_sound</sound>
            <ringer>content://settings/system/ringtone</ringer>
            <soundMode>OVERRIDE</soundMode>
            <ringerMode>OVERRIDE</ringerMode>
            <vibrateMode>OVERRIDE</vibrateMode>
            <lightsMode>OVERRIDE</lightsMode>
        </profileGroup>
        <profileGroup uuid="db3318cd-1964-4732-b913-1f83d73a3dea">
            <sound>content://settings/system/notification_sound</sound>
            <ringer>content://settings/system/ringtone</ringer>
            <soundMode>SUPPRESS</soundMode>
            <ringerMode>SUPPRESS</ringerMode>
            <vibrateMode>OVERRIDE</vibrateMode>
            <lightsMode>DEFAULT</lightsMode>
        </profileGroup>
        <profileGroup uuid="da4f1e2d-0e50-4789-acd4-5ca2b53a981b">
            <sound>content://settings/system/notification_sound</sound>
            <ringer>content://settings/system/ringtone</ringer>
            <soundMode>OVERRIDE</soundMode>
            <ringerMode>OVERRIDE</ringerMode>
            <vibrateMode>OVERRIDE</vibrateMode>
            <lightsMode>DEFAULT</lightsMode>
        </profileGroup>
        <profileGroup uuid="a126d48a-aaef-47c4-baed-7f0e44aeffe5" default="true">
            <sound>content://settings/system/notification_sound</sound>
            <ringer>content://settings/system/ringtone</ringer>
            <soundMode>DEFAULT</soundMode>
            <ringerMode>DEFAULT</ringerMode>
            <vibrateMode>DEFAULT</vibrateMode>
            <lightsMode>DEFAULT</lightsMode>
        </profileGroup>
    </profile>
    <notificationGroup nameres="profileGroupPhone" uuid="d393035d-ea71-4f2a-bdbd-b65f6bf298f1">
        <package>com.android.phone</package>
    </notificationGroup>
    <notificationGroup nameres="profileGroupCalendar" uuid="66bc93e4-775a-4ac2-9da1-752178fcdcaf">
        <package>com.android.calendar</package>
        <package>com.google.android.calendar</package>
    </notificationGroup>
    <notificationGroup nameres="profileGroupGmail" uuid="d2ebb02a-5205-47c5-8e39-f55823d4082a">
        <package>com.google.android.gm</package>
@@ -263,5 +314,6 @@
    </notificationGroup>
    <notificationGroup nameres="profileGroupSMS" uuid="da4f1e2d-0e50-4789-acd4-5ca2b53a981b">
        <package>com.android.mms</package>
        <package>com.google.android.talk</package>
    </notificationGroup>
</profiles>