Enable removable drives and sharing app offline in release builds.

This commit is contained in:
akwizgran
2021-11-01 17:05:26 +00:00
parent 448ea114f3
commit ed26dc0b2b
7 changed files with 3 additions and 43 deletions

View File

@@ -24,16 +24,6 @@ public class TestFeatureFlagModule {
public boolean shouldEnableDisappearingMessages() {
return true;
}
@Override
public boolean shouldEnableTransferData() {
return true;
}
@Override
public boolean shouldEnableShareAppViaOfflineHotspot() {
return true;
}
};
}
}