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

Commit 6d842ec4 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add config_mediaContentControlEnablesFullScan

Which signals the availability of full scan for holders of
MEDIA_CONTENT_CONTROL.

Bug: b/352401364
Test: mp droid
Test: Prototyped and tested locally using cl/655116480
Flag: EXEMPT resource only update
Change-Id: I970c455cb8a031cd8c1cbd0b70d1f5de0011547c
parent 49da9beb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2312,6 +2312,9 @@
    <!-- Flag indicating current media Output Switcher version. -->
    <integer name="config_mediaOutputSwitchDialogVersion">1</integer>

    <!-- Flag indicating whether MEDIA_CONTENT_CONTROL enables scanning with the screen off. -->
    <bool name="config_mediaContentControlEnablesFullScan">true</bool>

    <!-- Flag indicating that an outbound call must have a call capable phone account
         that has declared it can process the call's handle. -->
    <bool name="config_requireCallCapableAccountForHandle">false</bool>