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

Commit b0577b62 authored by Alex Chau's avatar Alex Chau
Browse files

Mark translatable="false" for DevicePolicyManager.getDisallowedSystemApps xmls

Bug: 71570743
Test: Disallowed apps are still moved
Change-Id: I7b7019fdeca4d75da42a77f3d66e310a08ec38d1
parent edfc6f98
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,6 +18,6 @@
-->
-->
<resources>
<resources>
    <!-- A list of apps to be removed from the managed device. -->
    <!-- A list of apps to be removed from the managed device. -->
    <string-array name="disallowed_apps_managed_device">
    <string-array translatable="false" name="disallowed_apps_managed_device">
    </string-array>
    </string-array>
</resources>
</resources>
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,6 +18,6 @@
-->
-->
<resources>
<resources>
    <!-- A list of apps to be removed from the managed profile. -->
    <!-- A list of apps to be removed from the managed profile. -->
    <string-array name="disallowed_apps_managed_profile">
    <string-array translatable="false" name="disallowed_apps_managed_profile">
    </string-array>
    </string-array>
</resources>
</resources>
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,6 +18,6 @@
-->
-->
<resources>
<resources>
    <!-- A list of apps to be removed from the managed user. -->
    <!-- A list of apps to be removed from the managed user. -->
    <string-array name="disallowed_apps_managed_user">
    <string-array translatable="false" name="disallowed_apps_managed_user">
    </string-array>
    </string-array>
</resources>
</resources>
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
<resources>
<resources>
    <!-- A list of apps to be retained on the managed device.
    <!-- A list of apps to be retained on the managed device.
            Takes precedence over the disallowed apps lists. -->
            Takes precedence over the disallowed apps lists. -->
    <string-array name="required_apps_managed_device">
    <string-array translatable="false" name="required_apps_managed_device">
        <item>com.android.settings</item>
        <item>com.android.settings</item>
        <item>com.android.contacts</item>
        <item>com.android.contacts</item>
        <item>com.android.dialer</item>
        <item>com.android.dialer</item>
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
<resources>
<resources>
    <!-- A list of apps to be retained in the managed profile.
    <!-- A list of apps to be retained in the managed profile.
            Takes precedence over the disallowed apps lists. -->
            Takes precedence over the disallowed apps lists. -->
    <string-array name="required_apps_managed_profile">
    <string-array translatable="false" name="required_apps_managed_profile">
        <item>com.android.contacts</item>
        <item>com.android.contacts</item>
        <item>com.android.settings</item>
        <item>com.android.settings</item>
        <item>com.android.providers.downloads</item>
        <item>com.android.providers.downloads</item>
Loading