Merge "[Regional Preference] Remove unit tes tof systemproperty"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1e7401401d
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user