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

Commit 322dd88f authored by Chaitanya Cheemala (xWF)'s avatar Chaitanya Cheemala (xWF) Committed by Android (Google) Code Review
Browse files

Revert "Mark @FlaggedApi flags as exported"

Revert submission 30583310-fix-non-exported-flags

Reason for revert: Likely culprit for b/381233132  - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Reverted changes: /q/submissionid:30583310-fix-non-exported-flags

Change-Id: Iab8df31884c344069dfccde634623e0cc64ec13c
parent 1d26f393
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ 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 {
@@ -37,7 +36,6 @@ 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 {
+0 −1
Original line number Diff line number Diff line
@@ -164,5 +164,4 @@ flag {
     name: "app_start_info_component"
     description: "Control ApplicationStartInfo component field and API"
     bug: "362537357"
     is_exported: true
}
+0 −2
Original line number Diff line number Diff line
@@ -367,7 +367,6 @@ flag {
    namespace: "enterprise"
    description: "API that removes a given managed profile."
    bug: "372652841"
    is_exported: true
}

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

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

flag {
Loading