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

Commit f043fb15 authored by Tony Mak's avatar Tony Mak Committed by Android (Google) Code Review
Browse files

Merge "Add config config_appFunctionsDeviceSettingsPackages" into main

parents ed4a70ad 5b028f45
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7566,4 +7566,11 @@

    <!-- Maximum number of devices that allows for audio sharing. -->
    <integer name="config_audio_sharing_maximum_sinks">2</integer>

    <!--For App Functions, this configuration lists package names grouped as "Device Settings".
        Packages in this list share the same App Function access settings. In the UI, they are
        presented as a single "Device Settings" item rather than individually. -->
    <string-array name="config_appFunctionsDeviceSettingsPackages" translatable="false">
    </string-array>

</resources>