Enable connect via Bluetooth feature in release builds.

This commit is contained in:
akwizgran
2021-08-30 15:01:45 +01:00
parent 2b61b01b4e
commit 8f887c609f
5 changed files with 0 additions and 16 deletions

View File

@@ -25,11 +25,6 @@ public class TestFeatureFlagModule {
return true;
}
@Override
public boolean shouldEnableConnectViaBluetooth() {
return true;
}
@Override
public boolean shouldEnableTransferData() {
return true;