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

Commit d0792315 authored by Nate Myren's avatar Nate Myren
Browse files

Rename references to Permission3 to PermissionUi

The test suite has been renamed

Bug: 267667844
Test: presubmit
Change-Id: Ib5ce1639b5376b59602dc2ff6bf5d12824e7fd27
parent 7cf8a5da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
    },
    {
      // Permission indicators
      "name": "CtsPermission3TestCases",
      "name": "CtsPermissionUiTestCases",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
@@ -58,7 +58,7 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "include-filter": "android.permission3.cts.CameraMicIndicatorsPermissionTest"
          "include-filter": "android.permissionui.cts.CameraMicIndicatorsPermissionTest"
        }
      ]
    },