Skip Notification and Recents test for TV

TV devices have no notification bar and recent feature,
hide related test cases.

Test: CTS Verifier
    Instant Apps Notification Test
    Instant Apps Recents Test

Bug: 142220936

Merged-In: I6ee328360af708b6ab923e6694165d96087f81e7
Change-Id: I6ee328360af708b6ab923e6694165d96087f81e7
(cherry picked from commit d659a9861db94903872a67a943409ce68653655a)
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index b4f58ad..abbd6db 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -4318,6 +4318,7 @@
                 <category android:name="android.cts.intent.category.MANUAL_TEST" />
             </intent-filter>
             <meta-data android:name="test_category" android:value="@string/test_category_instant_apps" />
+            <meta-data android:name="test_excluded_features" android:value="android.hardware.type.television:android.software.leanback" />
         </activity>
         <activity android:name=".instantapps.RecentAppsTestActivity"
                  android:label="@string/ia_recents">
@@ -4326,6 +4327,7 @@
                 <category android:name="android.cts.intent.category.MANUAL_TEST" />
             </intent-filter>
             <meta-data android:name="test_category" android:value="@string/test_category_instant_apps" />
+            <meta-data android:name="test_excluded_features" android:value="android.hardware.type.television:android.software.leanback" />
         </activity>
         <activity android:name=".instantapps.AppInfoTestActivity"
                  android:label="@string/ia_app_info">