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

Commit 5a00b43e authored by Rachit Jain's avatar Rachit Jain Committed by Android (Google) Code Review
Browse files

Merge "Add configs for router activity and allowlist" into main

parents 13787213 d21df49b
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -7030,6 +7030,13 @@
    <!-- Name of the starting activity for DisplayCompat host. specific to automotive.-->
    <!-- Name of the starting activity for DisplayCompat host. specific to automotive.-->
    <string name="config_defaultDisplayCompatHostActivity" translatable="false"></string>
    <string name="config_defaultDisplayCompatHostActivity" translatable="false"></string>


    <!-- Name of the starting activity for launch on private display. specific to automotive.-->
    <string name="config_defaultLaunchOnPrivateDisplayRouterActivity" translatable="false"></string>

    <!-- Allowlisted activities for launch on a private display. specific to automotive.-->
    <!--TODO(b/343733988): Remove this allowlisting when GMS is ready with the allowlisting mechanism.-->
    <string-array name="config_defaultAllowlistLaunchOnPrivateDisplayPackages"></string-array>

    <!-- Whether to use file hashes cache in watchlist-->
    <!-- Whether to use file hashes cache in watchlist-->
    <bool name="config_watchlistUseFileHashesCache">false</bool>
    <bool name="config_watchlistUseFileHashesCache">false</bool>