Add feature flag for sharing the app via offline hotspot

This commit is contained in:
Sebastian Kürten
2021-06-09 17:48:17 +02:00
parent f1c71ec5a7
commit 5ac636d52d
7 changed files with 25 additions and 0 deletions
@@ -12,4 +12,6 @@ public interface FeatureFlags {
boolean shouldEnableDisappearingMessages();
boolean shouldEnableConnectViaBluetooth();
boolean shouldEnableShareAppViaOfflineHotspot();
}