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

Commit d5d0f0c2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not run NotificationTest on TV." into tm-dev

parents 18c2cb18 fa49a958
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@ public final class NotificationTest {
        PackageManager pm = mContext.getPackageManager();
        // Do not run on Automotive.
        assumeFalse(pm.hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE));
        // Do not run on TV. Direct Reply isn't supported on TV.
        assumeFalse(pm.hasSystemFeature(PackageManager.FEATURE_LEANBACK_ONLY));
    }

    @After