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
This commit is contained in:
Winson
2021-03-29 08:07:38 -07:00
parent 18d2238fa1
commit 9b1cbd6f2b

View File

@@ -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;
/**