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

Commit 2f34b7d5 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:...

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

Change-Id: I21a763c4d87b7b9f13600eb8b9f0ec392ba081cc
parents b225e49a 519a77b3
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(