mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Add flag for instant on lost feature
PiperOrigin-RevId: 653075398
This commit is contained in:
committed by
Copybara-Service
parent
f2724e85f2
commit
9cbc4c0950
@@ -90,6 +90,10 @@ constexpr auto kUseStableEndpointId =
|
||||
constexpr auto kDisableBluetoothClassicScanning =
|
||||
flags::Flag<bool>(kConfigPackage, "45639961", false);
|
||||
|
||||
// When true, enable instant on lost feature
|
||||
constexpr auto kEnableInstantOnLost =
|
||||
flags::Flag<bool>(kConfigPackage, "45642180", false);
|
||||
|
||||
} // namespace nearby_connections_feature
|
||||
} // namespace config_package_nearby
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user