Merge "Do not run NotificationTest on TV." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d5d0f0c263
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user