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

Commit 9b1cbd6f authored by Winson's avatar Winson
Browse files

Enable SETTINGS_API_V2

With the Settings screen now merged, this must be enabled by default
so users can approve domains for apps.

Bug: 183940468

Test: manual, try change on lower targetSdk app

Change-Id: I01c3cf16eae8e8addfd4fca58be99165edeee6e7
parent 18d2238f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.UserIdInt;
import android.compat.annotation.ChangeId;
import android.compat.annotation.Disabled;
import android.content.Context;
import android.content.Intent;
import android.content.pm.IntentFilterVerificationInfo;
@@ -92,7 +91,6 @@ public class DomainVerificationService extends SystemService
     * commands.
     */
    @ChangeId
    @Disabled
    private static final long SETTINGS_API_V2 = 178111421;

    /**