Adds additional default apps to appdb ()

Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
pull/16294/head
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
1 changed files with 6 additions and 0 deletions
bundles/org.openhab.binding.androidtv/src/main/java/org/openhab/binding/androidtv/internal/protocol/shieldtv

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