Merge "Do not run NotificationTest on TV." into tm-dev am: d5d0f0c263
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17977095 Change-Id: Ia7583e632758c04d3e86806a1a1ac12852405b28 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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