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

Commit 4287bfe0 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Remove visitPersonUris flag

The code had already been removed before it was rolled back anyway.

Bug: 281044385
Test: builds
Flag: EXEMPT removing flag
Change-Id: I9e4d4916f242ddbc42b45602b657cbdca6a18cdf
parent 56e687b6
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -99,16 +99,6 @@ flag {
  bug: "330214226"
}

flag {
  name: "visit_person_uri"
  namespace: "systemui"
  description: "Guards the security fix that ensures all URIs Person.java are valid"
  bug: "281044385"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "notification_expansion_optional"
  namespace: "systemui"
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ import android.widget.RemoteViews;

import androidx.annotation.NonNull;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import androidx.test.ext.junit.runners.AndroidJUnit4;

import com.android.internal.config.sysui.SystemUiSystemPropertiesFlags;
import com.android.server.UiServiceTestCase;
@@ -89,7 +89,7 @@ import java.util.stream.Stream;
import javax.annotation.Nullable;

@RunWith(AndroidJUnit4.class)
@EnableFlags({Flags.FLAG_VISIT_PERSON_URI, Flags.FLAG_API_RICH_ONGOING})
@EnableFlags({Flags.FLAG_API_RICH_ONGOING})
public class NotificationVisitUrisTest extends UiServiceTestCase {
    @Rule
    public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();