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

Commit d680e66d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make another interface oneway, whitelist provider."

parents af6da8d6 cb621622
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.
     *