mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Add a flag to check illegal characters in the file name and parent folder
PiperOrigin-RevId: 632577432
This commit is contained in:
committed by
Copybara-Service
parent
ce030a76b6
commit
6d4f2c2606
@@ -66,6 +66,10 @@ constexpr auto kSafeToDisconnectVersion =
|
||||
constexpr auto kProcessBwuFrameAfterPcpConnected =
|
||||
flags::Flag<bool>(kConfigPackage, "45627835", false);
|
||||
|
||||
// When true, check illegal characters in the file name and parent folder.
|
||||
constexpr auto kCheckIllegalCharacters =
|
||||
flags::Flag<bool>(kConfigPackage, "45632028", false);
|
||||
|
||||
} // namespace nearby_connections_feature
|
||||
} // namespace config_package_nearby
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user