Enable FeatureFlags on "user" builds too

Change-Id: I72c90ae2f66eb1d6a9c6a423f50ea9df626559d2
Signed-off-by: Joey Huab <joey@evolution-x.org>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
ezio84
2019-10-21 00:05:35 +02:00
committed by Joey
parent 30f778eacd
commit 0ca6f0cb0b

View File

@@ -40,7 +40,7 @@ public class FeatureFlagsPreferenceController extends BasePreferenceController {
@Override
public int getAvailabilityStatus() {
return Build.IS_DEBUGGABLE ? AVAILABLE : UNSUPPORTED_ON_DEVICE;
return AVAILABLE;
}
@Override