blob: 2111d564f28d7623f86417a95c25f7a84c58ebe6 [file] [log] [blame]
// This file is auto-generated. DO NOT MODIFY.
// Args: com.android.systemfeatures.RwNoFeatures \
// --readonly=false
package com.android.systemfeatures;
import android.annotation.Nullable;
import android.content.Context;
/**
* @hide
*/
public final class RwNoFeatures {
private static boolean hasFeatureFallback(Context context, String featureName) {
return context.getPackageManager().hasSystemFeature(featureName, 0);
}
/**
* @hide
*/
@Nullable
public static Boolean maybeHasFeature(String featureName, int version) {
return null;
}
}