Merge "Removes summary text from Instant Apps details"

This commit is contained in:
TreeHugger Robot
2017-03-29 22:36:56 +00:00
committed by Android (Google) Code Review
3 changed files with 11 additions and 6 deletions

View File

@@ -287,6 +287,8 @@ public class AppHeaderControllerTest {
assertThat(label.getVisibility()).isEqualTo(View.VISIBLE);
assertThat(label.getText()).isEqualTo(
appHeader.getResources().getString(R.string.install_type_instant));
assertThat(appHeader.findViewById(R.id.app_detail_summary).getVisibility())
.isEqualTo(View.GONE);
}
@Test