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

Commit dacdd6fd authored by Zimuzo Ezeozue's avatar Zimuzo Ezeozue Committed by Android (Google) Code Review
Browse files

Merge "Add PROPERTY_MEDIA_CAPABILITIES API" into sc-dev

parents 8e9c6938 8d616b45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12472,6 +12472,7 @@ package android.content.pm {
    field public static final long MAXIMUM_VERIFICATION_TIMEOUT = 3600000L; // 0x36ee80L
    field public static final int PERMISSION_DENIED = -1; // 0xffffffff
    field public static final int PERMISSION_GRANTED = 0; // 0x0
    field public static final String PROPERTY_MEDIA_CAPABILITIES = "android.media.PROPERTY_MEDIA_CAPABILITIES";
    field public static final int SIGNATURE_FIRST_NOT_SIGNED = -1; // 0xffffffff
    field public static final int SIGNATURE_MATCH = 0; // 0x0
    field public static final int SIGNATURE_NEITHER_SIGNED = 1; // 0x1
+13 −0
Original line number Diff line number Diff line
@@ -124,6 +124,19 @@ public abstract class PackageManager {
        }
    }

    /**
     * <application> level {@link android.content.pm.PackageManager.Property} tag specifying
     * the XML resource ID containing an application's media capabilities XML file
     *
     * For example:
     * <application>
     *   <property android:name="android.media.PROPERTY_MEDIA_CAPABILITIES"
     *     android:resource="@xml/media_capabilities">
     * <application>
     */
    public static final String PROPERTY_MEDIA_CAPABILITIES =
            "android.media.PROPERTY_MEDIA_CAPABILITIES";

    /**
     * A property value set within the manifest.
     * <p>