mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Remove flag
PiperOrigin-RevId: 829477374
This commit is contained in:
committed by
Copybara-Service
parent
76975540a4
commit
2563ce876e
@@ -92,9 +92,6 @@ constexpr auto kUnregisterTargetDiscoveryCacheLostExpiryMs =
|
||||
// When true, enable alternate BLE service UUID for discovery.
|
||||
constexpr auto kUseAlternateServiceUuidForDiscovery =
|
||||
flags::Flag<bool>(kConfigPackage, "45683539", false);
|
||||
// Enable/disable QR Code UI
|
||||
constexpr auto kEnableQrCodeUi =
|
||||
flags::Flag<bool>(kConfigPackage, "45417647", false);
|
||||
// Show Admin mode warning message in the app
|
||||
constexpr auto kShowAdminModeWarning =
|
||||
flags::Flag<bool>(kConfigPackage, "45410558", false);
|
||||
@@ -141,7 +138,6 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
{45726584, kEnableNearbyShareGrpcAsyncClient},
|
||||
{45673628, kEnableWifiHotspotForHpRealtekDevices},
|
||||
{45683539, kUseAlternateServiceUuidForDiscovery},
|
||||
{45417647, kEnableQrCodeUi},
|
||||
{45410558, kShowAdminModeWarning},
|
||||
{45662570, kEnableBetaLabel},
|
||||
{45661130, kEnableConflictBanner},
|
||||
|
||||
Reference in New Issue
Block a user