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

Commit e3e686cf authored by Abhijith Shastry's avatar Abhijith Shastry
Browse files

Document that emergency numbers will not be blocked by the platform.

BUG: 27534486
Change-Id: Idd339ca16e2b754112fc5d0966a7cf76d9990c98
parent 52503275
Loading
Loading
Loading
Loading
+7 −4
Original line number Original line Diff line number Diff line
@@ -29,11 +29,14 @@ import android.os.Bundle;
 * <p>
 * <p>
 * The content provider exposes a table containing blocked numbers. The columns and URIs for
 * The content provider exposes a table containing blocked numbers. The columns and URIs for
 * accessing this table are defined by the {@link BlockedNumbers} class. Messages, and calls from
 * accessing this table are defined by the {@link BlockedNumbers} class. Messages, and calls from
 * blocked numbers are discarded by the platform. If the user contacts emergency
 * blocked numbers are discarded by the platform. Notifications upon provider changes can be
 * services, number blocking is disabled by the platform for a duration defined by
 * received using a {@link android.database.ContentObserver}.
 * </p>
 * <p>
 * The platform will not block messages, and calls from emergency numbers as defined by
 * {@link android.telephony.PhoneNumberUtils#isEmergencyNumber(String)}. If the user contacts
 * emergency services, number blocking is disabled by the platform for a duration defined by
 * {@link android.telephony.CarrierConfigManager#KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT}.
 * {@link android.telephony.CarrierConfigManager#KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT}.
 * Notifications upon provider changes can be received using a
 * {@link android.database.ContentObserver}.
 * </p>
 * </p>
 *
 *
 * <h3> Permissions </h3>
 * <h3> Permissions </h3>