Adds additional default apps to appdb (#16290)

Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
This commit is contained in:
morph166955 2024-01-15 13:10:59 -06:00 committed by GitHub
parent 807fddf503
commit 3da55dbfcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {