Merge "[Regional Preference] Remove unit tes tof systemproperty"

This commit is contained in:
TreeHugger Robot
2023-01-13 14:30:02 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 85 deletions

View File

@@ -42,7 +42,7 @@ public class RegionalPreferencesController extends BasePreferenceController {
*/
@Override
public int getAvailabilityStatus() {
return SystemProperties.getBoolean(FEATURE_PROPERTY, false)
return SystemProperties.getBoolean(FEATURE_PROPERTY, true)
? AVAILABLE : CONDITIONALLY_UNAVAILABLE;
}
}