| Jared Duke | 2d1a832 | 2024-08-23 22:17:09 +0000 | [diff] [blame] | 1 | // This file is auto-generated. DO NOT MODIFY. |
| 2 | // Args: com.android.systemfeatures.RwNoFeatures \ |
| 3 | // --readonly=false |
| 4 | package com.android.systemfeatures; |
| 5 | |
| 6 | import android.annotation.Nullable; |
| 7 | import android.content.Context; |
| 8 | |
| 9 | /** |
| 10 | * @hide |
| 11 | */ |
| 12 | public final class RwNoFeatures { |
| 13 | private static boolean hasFeatureFallback(Context context, String featureName) { |
| 14 | return context.getPackageManager().hasSystemFeature(featureName, 0); |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * @hide |
| 19 | */ |
| 20 | @Nullable |
| 21 | public static Boolean maybeHasFeature(String featureName, int version) { |
| 22 | return null; |
| 23 | } |
| 24 | } |