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

Commit 85212b5e authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Add "owner_package_name" column."

parents 3aea4620 0ce83aeb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -469,6 +469,12 @@ public final class MediaStore {
         * The height of the image/video in pixels.
         */
        public static final String HEIGHT = "height";

        /**
         * Package that contributed this media.
         * @hide
         */
        public static final String OWNER_PACKAGE_NAME = "owner_package_name";
     }

    /**