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

@@ -10,8 +10,4 @@ public interface FeatureFlags {
boolean shouldEnableProfilePictures();
boolean shouldEnableDisappearingMessages();
boolean shouldEnableTransferData();
boolean shouldEnableShareAppViaOfflineHotspot();
}