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

Commit 75e3e174 authored by Hai Zhang's avatar Hai Zhang
Browse files

Remove the Car projection role.

Bug: 128861807
Test: build
Change-Id: Id655ebbf81e193ee545c68cfa59c84c5e90b119a
parent 88130c10
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -550,8 +550,6 @@
    <string name="role_label_call_screening">Call screening app</string>
    <!-- Label for the call companion role. [CHAR LIMIT=30] -->
    <string name="role_label_call_companion">Call companion app</string>
    <!-- Label for the car projection role. [CHAR LIMIT=30] -->
    <string name="role_label_car_projection">Car Projection app</string>

    <!-- Summary indicating that a home app is missing work profile support [CHAR LIMIT=60] -->
    <string name="home_missing_work_profile_support">Doesn\u2019t support work profile</string>
+0 −19
Original line number Diff line number Diff line
@@ -487,23 +487,4 @@
            </service>
        </required-components>
    </role>

    <role
        name="android.app.role.CAR_PROJECTION"
        exclusive="true"
        label="@string/role_label_car_projection">
        <required-components>
            <activity>
              <intent-filter>
                  <action name="android.intent.action.MAIN" />
                  <category name="android.intent.category.CAR_PROJECTION" />
              </intent-filter>
            </activity>
        </required-components>
        <permissions>
            <permission name="android.permission.READ_CALL_LOG" />
            <permission name="android.permission.SEND_SMS" />
            <permission name="android.permission.RECEIVE_SMS" />
        </permissions>
    </role>
</roles>