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

Commit d21df49b authored by jainrachit's avatar jainrachit
Browse files

Add configs for router activity and allowlist

- This activity will act as the router activity to in turn launch the
  intended activity.
- Only allowlisted can launch on a private display. Added a TODO to
  remove later.

Bug: 336555817
Test: m
Change-Id: I91cbe33310ba02f154c798882420e53b11f62fa8
parent 5bb18d4b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7030,6 +7030,13 @@
    <!-- Name of the starting activity for DisplayCompat host. specific to automotive.-->
    <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-->
    <bool name="config_watchlistUseFileHashesCache">false</bool>