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

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

Merge "Apps shouldn't be disabling StrictMode checks." into rvc-dev am: 4d96602d am: f05d5144

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