mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Add feature flag for sharing the app via offline hotspot
This commit is contained in:
committed by
Torsten Grote
parent
f9749fda80
commit
344fff4a7a
@@ -34,6 +34,11 @@ public class TestFeatureFlagModule {
|
||||
public boolean shouldEnableTransferData() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldEnableShareAppViaOfflineHotspot() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user