commit | 21a5287236f368ef922ab87239e6cd54094a6ec6 | [log] [tgz] |
---|---|---|
author | rambowang <rambowang@google.com> | Mon Oct 16 15:41:53 2023 -0500 |
committer | Rambo Wang <rambowang@google.com> | Mon Oct 16 22:01:43 2023 +0000 |
tree | 170b0337aae2058f594e8ebef0d23001780cb317 | |
parent | 1c391eac48310ef95f2d96fb05f71e21fd831401 [diff] |
Make android.os.BugreportParams.BUGREPORT_MODE_MAX_VALUE flagged Although BUGREPORT_MODE_MAX_VALUE is a constant @TestApi, it should not be exempted to be flagged. This is necessary to properly generate SDK. There is no change needed in caller side (the CTS BugreportManagerTest) because the flag protect the constant value which is the same no matter the flag is on or off. Bug: 305067125 Test: atest BugreportManagerTest Change-Id: I00047c5579c23a072b4300561c975debea8fe200