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

Commit e2a88a14 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Catalyst] Add all top level category flags for 25Q4 deeplink migrations" into main

parents 6d31b4be c882e01f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21,3 +21,10 @@ flag {
  description: "Flag for About phone"
  bug: "323791114"
}

flag {
  name: "deeplink_about_phone_25q4"
  namespace: "android_settings"
  description: "Flag using for all common deeplink migration in 25Q4"
  bug: "405344827"
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
@@ -14,3 +14,10 @@ flag {
  description: "Flag for Display size and text"
  bug: "323791114"
}

flag {
  name: "deeplink_accessibility_25q4"
  namespace: "android_settings"
  description: "Flag using for all common deeplink migration in 25Q4"
  bug: "405344827"
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
@@ -7,3 +7,10 @@ flag {
  description: "Basic support for App List pages"
  bug: "404280548"
}

flag {
  name: "deeplink_apps_25q4"
  namespace: "android_settings"
  description: "Flag using for all common deeplink migration in 25Q4"
  bug: "405344827"
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
@@ -14,3 +14,10 @@ flag {
  description: "Flag for Battery Saver"
  bug: "323791114"
}

flag {
  name: "deeplink_battery_25q4"
  namespace: "android_settings"
  description: "Flag using for all common deeplink migration in 25Q4"
  bug: "405344827"
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
@@ -7,3 +7,10 @@ flag {
  description: "Flag for Bluetooth"
  bug: "323791114"
}

flag {
  name: "deeplink_connected_devices_25q4"
  namespace: "android_settings"
  description: "Flag using for all common deeplink migration in 25Q4"
  bug: "405344827"
}
 No newline at end of file
Loading