diff options
author | 2025-04-12 11:18:37 -0700 | |
---|---|---|
committer | 2025-04-15 16:34:05 -0700 | |
commit | 78a8d7f9992109d822328134d58cc26ca0deb779 (patch) | |
tree | 59f6e9483f3836c9eb04ce257560ed15b1efe031 | |
parent | 2d48a072a32d2ee8021fbb62d59504f1aadb0410 (diff) |
Add flag com.android.nfc.module.flags.reader_mode_ignore_frame to bp2a.
This change was automatically created by advancing the Gantry workflow at:
https://releasetracker.partner.android.com/changes/8s10hva000001?build_unique_id=ComAndroidNfcModuleFlagsReaderModeIgnoreFrameLaunch-platform
Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag.
Bug: 383047950
Flag: com.android.nfc.module.flags.reader_mode_ignore_frame
Ignore-AOSP-First: AConfig change for future AOSP release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0d2f01d976e6674f7d1794d7ade3e7768922d810)
Merged-In: I7513b0dc377516d4e5223f3e775eda059de0721f
Change-Id: I7513b0dc377516d4e5223f3e775eda059de0721f
-rw-r--r-- | aconfig/bp2a/com.android.nfc.module.flags/reader_mode_ignore_frame_flag_values.textproto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.nfc.module.flags/reader_mode_ignore_frame_flag_values.textproto b/aconfig/bp2a/com.android.nfc.module.flags/reader_mode_ignore_frame_flag_values.textproto new file mode 100644 index 00000000..fb18e400 --- /dev/null +++ b/aconfig/bp2a/com.android.nfc.module.flags/reader_mode_ignore_frame_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.nfc.module.flags" + name: "reader_mode_ignore_frame" + state: ENABLED + permission: READ_ONLY +} |