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

Commit ca90a5c4 authored by Jeremy Sim's avatar Jeremy Sim
Browse files

Add aconfig flag for enable_app_pairs

This CL adds a new flag into multitasking.aconfig, to be used for flagging the app pairs feature.

Bug: 303323964
Test: Not needed
Change-Id: I2295b69304a03a3d05ba0efa5a99b0307ce34f01
parent 688d6c01
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
    description: "An Example Flag"
    bug: "300136750"
}

flag {
    name: "enable_app_pairs"
    namespace: "multitasking"
    description: "Enables the ability to create and save app pairs to the Home screen"
    bug: "274835596"
}
 No newline at end of file