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

Commit c6b69199 authored by Alex Shabalin's avatar Alex Shabalin Committed by Alexandr Shabalin
Browse files

Add flag `enable_device_suggestions_preference` in the Media namespace.

Replace the flag `com.android.settings.flags.device_suggestions_preference`
with `com.android.media.flags.enable_device_suggestions_preference`.

Flag: com.android.media.flags.enable_device_suggestions_preference
Test: locally on a dev device
Bug: 415096359
Change-Id: Ief67a45065990fedd9f1f33fcc3b37d79f4d3efc
parent 4df088bd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -326,3 +326,10 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_device_suggestions_preference"
    namespace: "media_better_together"
    description: "Add a preference for device suggestions in the media settings page"
    bug: "415096359"
}