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

Commit 5b028f45 authored by Tony Mak's avatar Tony Mak
Browse files

Add config config_appFunctionsDeviceSettingsPackages

Test: presubmit
Bug: 420386424
Flag: android.permission.flags.app_function_access_api_enabled

Change-Id: Iaa13d68758dbe719d86831789ad33f9291d11867
parent 153046a8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7567,4 +7567,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>