mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
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:
parent
54051e6fc7
commit
ea8b628b99
@ -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