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

Commit ffe88461 authored by Arthi Ravishankar's avatar Arthi Ravishankar Committed by Android (Google) Code Review
Browse files

Merge "[CTS][WoM]Add new feature to PackageManger for Rotary Encoder" into main

parents 78d81702 4782e004
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -4605,6 +4605,16 @@ public abstract class PackageManager {
    public static final String FEATURE_WALLET_LOCATION_BASED_SUGGESTIONS =
            "android.software.wallet_location_based_suggestions";

    /**
     * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device has
     * the rotary encoder hardware to support rotating bezel on watch.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_ROTARY_ENCODER_LOW_RES =
            "android.hardware.rotaryencoder.lowres";

    /** @hide */
    public static final boolean APP_ENUMERATION_ENABLED_BY_DEFAULT = true;