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

Commit c581e27c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3809

* changes:
  Add a search uri constant for mms/sms.
parents ec167e67 0ff9833c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1499,6 +1499,14 @@ public final class Telephony {
        public static final Uri CONTENT_DRAFT_URI = Uri.parse(
                "content://mms-sms/draft");
        
        /***
         * Pass in a query parameter called "pattern" which is the text
         * to search for.    
         * The sort order is fixed to be thread_id ASC,date DESC.
         */
        public static final Uri SEARCH_URI = Uri.parse(
                "content://mms-sms/search");

        // Constants for message protocol types.
        public static final int SMS_PROTO = 0;
        public static final int MMS_PROTO = 1;