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

Commit 5cac923d authored by Renat Aksitov's avatar Renat Aksitov
Browse files

Voice Messaging Intent API.

Additional clarifications for the EXTRA_SENDER_ACCOUNT_HASH.

Bug 35920443

Test: make -j11 docs

Change-Id: I5c772912a0d9fa5e5c50c73a7a009cbb4d56705d
parent bfd10ebc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8983,6 +8983,11 @@ public final class ContactsContract {
         * value of this extra is a {@code String} and should be the value of {@link
         * android.accounts.Account#hashCode()} for some account returned by {@link
         * android.accounts.AccountManager#getAccounts()}.
         * <p>
         * If the extra is not specified, the app can decide which account to use.
         * <p>
         * If the account specified in the extra cannot be used for any reason (account missing, not
         * usable by the app, etc), the message should not be sent.
         */
        public static final String EXTRA_SENDER_ACCOUNT_HASH =
                "android.provider.extra.SENDER_ACCOUNT_HASH";