Adds additional default apps to appdb (#16290)

Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
morph166955 2024-01-15 13:10:59 -06:00 committed by Ciprian Pascu
parent 54051e6fc7
commit ea8b628b99

View File

@ -232,6 +232,12 @@ public class ShieldTVMessageParser {
appNameDB.put("com.google.android.backdrop", "Backdrop Daydream");
appURLDB.put("com.google.android.backdrop", "");
appNameDB.put("com.google.android.tv.remote.service", "Android TV Remote Service");
appURLDB.put("com.google.android.tv.remote.service", "");
appNameDB.put("com.android.systemui", "Android System UI");
appURLDB.put("com.android.systemui", "");
// Packet will end with 300118f107 after last entry
while (i < msg.length() - 10) {