From a54cbccd3b2317c20b904fd90ff95ee89672fddb Mon Sep 17 00:00:00 2001 From: shubang Date: Tue, 2 Nov 2021 21:56:09 -0700 Subject: [PATCH 1/2] TIAF: Add attr for TV interactive app service supportedTypes is a string array that shows the supported interactive app type. Bug: 204949944 Test: mmm Change-Id: Id24902d2596117fcc8729d89fa6df3cef5c2903c --- core/api/current.txt | 1 + core/res/res/values/attrs.xml | 12 ++++++++++++ core/res/res/values/public.xml | 1 + 3 files changed, 14 insertions(+) diff --git a/core/api/current.txt b/core/api/current.txt index 5656c31c330af..9f8e61f8732e6 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -1409,6 +1409,7 @@ package android { field public static final int summaryColumn = 16843426; // 0x10102a2 field public static final int summaryOff = 16843248; // 0x10101f0 field public static final int summaryOn = 16843247; // 0x10101ef + field public static final int supportedTypes; field public static final int supportsAssist = 16844016; // 0x10104f0 field public static final int supportsInlineSuggestions = 16844301; // 0x101060d field public static final int supportsLaunchVoiceAssistFromKeyguard = 16844017; // 0x10104f1 diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 819857f798132..1380165d88a2e 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -9316,6 +9316,18 @@ + + + + + + +