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

Commit 3824f44a authored by Ye Wen's avatar Ye Wen
Browse files

Telephony CREATOR column doc fix and PII issue

b/18393308
b/18417029

Change-Id: I015a601f3a0dfdeea6c8faaf96575afca875ea55
parent d3b1fc2d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -262,6 +262,8 @@ public final class Telephony {
        /**
         * The identity of the sender of a sent message. It is
         * usually the package name of the app which sends the message.
         * <p class="note"><strong>Note:</strong>
         * This column is read-only. It is set by the provider and can not be changed by apps.
         * <p>Type: TEXT</p>
         */
        public static final String CREATOR = "creator";
@@ -1716,6 +1718,8 @@ public final class Telephony {
        /**
         * The identity of the sender of a sent message. It is
         * usually the package name of the app which sends the message.
         * <p class="note"><strong>Note:</strong>
         * This column is read-only. It is set by the provider and can not be changed by apps.
         * <p>Type: TEXT</p>
         */
        public static final String CREATOR = "creator";
@@ -1896,7 +1900,7 @@ public final class Telephony {
                }
            }

            Rlog.e(TAG, "getOrCreateThreadId failed with uri " + uri.toString());
            Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients");
            throw new IllegalArgumentException("Unable to find or allocate a thread ID.");
        }
    }