| // 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; |
| } |
| } |