mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Adds additional default apps to appdb (#16290)
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
This commit is contained in:
parent
807fddf503
commit
3da55dbfcc
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user