blob: 2111d564f28d7623f86417a95c25f7a84c58ebe6 [file] [log] [blame]
Jared Duke2d1a8322024-08-23 22:17:09 +00001// This file is auto-generated. DO NOT MODIFY.
2// Args: com.android.systemfeatures.RwNoFeatures \
3// --readonly=false
4package com.android.systemfeatures;
5
6import android.annotation.Nullable;
7import android.content.Context;
8
9/**
10 * @hide
11 */
12public 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}