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

Commit d3d6723e authored by Robin Lee's avatar Robin Lee
Browse files

Set the ID of TV grant layout to grant_dialog

CTS now requires grant dialogs to have a UI element with the ID of
"grant_dialog" or three cases in CtsPermissionTestCases will not
pass.

The case we need to comply with now is a parameterised test:
  - UndefinedGroupPermissionTest#testOtherGroupPermissionsNotGranted

Test: atest android.permission.cts.UndefinedGroupPermissionTest
Test: atest CtsPermissionTestCases
Test: atest CtsPermission2TestCases
Test: atest CtsPermission3TestCases
Bug: 155356284
Change-Id: Id399dc0703b4de7e436b7ba320eabcfb033acdd0
parent db1f210a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/grant_dialog"
    android:orientation="horizontal"
    android:paddingLeft="@dimen/action_dialog_padding_left"
    android:paddingRight="@dimen/action_dialog_padding_right"