Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de60af18 authored by Roshan Pius's avatar Roshan Pius
Browse files

package-manager: Unhide FEATURE_UWB

UWB now has a 3p facing API surface via androidx. Unhiding the feature
for 3p apps to use.

Bug: 257326947
Test: Compiles
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:51c5f7ba66cfc8c5d7fe3e45eaa2deda084f8e41)
Merged-In: I7071385c509585349bab169797e3d6e32ab425cd

Change-Id: I7071385c509585349bab169797e3d6e32ab425cd
parent 79572ee4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12043,6 +12043,7 @@ package android.content.pm {
    field public static final String FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND = "android.hardware.touchscreen.multitouch.jazzhand";
    field public static final String FEATURE_USB_ACCESSORY = "android.hardware.usb.accessory";
    field public static final String FEATURE_USB_HOST = "android.hardware.usb.host";
    field public static final String FEATURE_UWB = "android.hardware.uwb";
    field public static final String FEATURE_VERIFIED_BOOT = "android.software.verified_boot";
    field public static final String FEATURE_VR_HEADTRACKING = "android.hardware.vr.headtracking";
    field @Deprecated public static final String FEATURE_VR_MODE = "android.software.vr.mode";
+0 −1
Original line number Diff line number Diff line
@@ -3449,7 +3449,6 @@ public abstract class PackageManager {
     * Feature for {@link #getSystemAvailableFeatures} and
     * {@link #hasSystemFeature}: The device is capable of communicating with
     * other devices via ultra wideband.
     * @hide
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_UWB = "android.hardware.uwb";