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

Commit cb621622 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Make another interface oneway, whitelist provider.

More progress towards removing blocking calls to improve system
stability.

Test: builds, boots
Bug: 32715088
Change-Id: I5ab2d2687f4f47e0ee68105c6998e74798af061c
parent 3a7c696f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5839,6 +5839,7 @@ public final class ActivityThread {
                    case BlockedNumberContract.AUTHORITY:
                    case CalendarContract.AUTHORITY:
                    case Downloads.Impl.AUTHORITY:
                    case "telephony":
                        Binder.allowBlocking(provider.asBinder());
                }
            }
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.location.Location;
 *
 * @hide
 */
interface IFusedLocationHardwareSink {
oneway interface IFusedLocationHardwareSink {
    /**
     * Event generated when a batch of location information is available.
     *