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

Commit 3380e774 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not run NotificationTest on TV." into tm-dev am: d5d0f0c2 am: edcb3175

parents 8a55af9e edcb3175
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