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

Commit c3dc6c42 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Automerger Merge Worker
Browse files

Merge "Revert "Apps shouldn't be disabling StrictMode checks."" into rvc-dev...

Merge "Revert "Apps shouldn't be disabling StrictMode checks."" into rvc-dev am: c99a5082 am: 459f2c80

Change-Id: I1b9292eb0e16412ac4bacb20753c9ae426fb042e
parents 5be4de54 459f2c80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1451,7 +1451,7 @@ public final class StrictMode {
     *
     * @hide
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "Apps must always use {@code content://} Uris when sharing data")
    @UnsupportedAppUsage
    public static void enableDeathOnFileUriExposure() {
        sVmPolicy =
                new VmPolicy(
@@ -1469,7 +1469,7 @@ public final class StrictMode {
     *
     * @hide
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "Apps must always use {@code content://} Uris when sharing data")
    @UnsupportedAppUsage
    public static void disableDeathOnFileUriExposure() {
        sVmPolicy =
                new VmPolicy(