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

Commit f2779a3f authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Android (Google) Code Review
Browse files

Merge changes from topic "fix-non-exported-flags" into main

* changes:
  Mark @FlaggedApi flags as exported
  accessibility_flags.aconfig: remove leading whitespace
parents 96b35cd6 1d26f393
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ flag {
   namespace: "backstage_power"
   description: "Detect, report and take action on jobs that maybe abandoned by the app without calling jobFinished."
   bug: "372529068"
   is_exported: true
}

flag {
@@ -36,6 +37,7 @@ flag {
    namespace: "backstage_power"
    description: "Ignore the important_while_foreground flag and change the related APIs to be not effective"
    bug: "374175032"
    is_exported: true
}

flag {
+1 −0
Original line number Diff line number Diff line
@@ -164,4 +164,5 @@ flag {
     name: "app_start_info_component"
     description: "Control ApplicationStartInfo component field and API"
     bug: "362537357"
     is_exported: true
}
+2 −0
Original line number Diff line number Diff line
@@ -367,6 +367,7 @@ flag {
    namespace: "enterprise"
    description: "API that removes a given managed profile."
    bug: "372652841"
    is_exported: true
}

flag {
@@ -391,6 +392,7 @@ flag {
  namespace: "enterprise"
  description: "Split up existing create and provision managed profile API."
  bug: "375382324"
  is_exported: true
}

flag {
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ flag {
  namespace: "machine_learning"
  description: "Flag to enable the service"
  bug: "309689654"
  is_exported: true
}
flag {
  name: "enable_token_refresh"
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ flag {
  namespace: "system_performance"
  description: "Control the API portion of Detailed Application Jank Metrics"
  bug: "366264614"
  is_exported: true
}

flag {
Loading