mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-12-26 04:24:07 +00:00
Added BBM Enterprise and Android Phone.
This commit is contained in:
parent
c26c49575e
commit
315e642700
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
/assets/*.js
|
/assets/*.js
|
||||||
/assets/*.map
|
/assets/*.map
|
||||||
|
/assets/app_icons/orig/
|
||||||
/data/
|
/data/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/config.ini
|
/config.ini
|
||||||
|
BIN
assets/app_icons/com.bbm.enterprise.png
Normal file
BIN
assets/app_icons/com.bbm.enterprise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
assets/app_icons/com.google.android.dialer.png
Normal file
BIN
assets/app_icons/com.google.android.dialer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
$appsList = [
|
$appsList = [
|
||||||
'com.google.android.apps.messaging' => 'Android Messages',
|
'com.google.android.apps.messaging' => 'Android Messages',
|
||||||
|
'com.google.android.dialer' => 'Android Phone',
|
||||||
|
'com.bbm.enterprise' => 'BBM Enterprise',
|
||||||
'com.bbm' => 'BlackBerry Messenger',
|
'com.bbm' => 'BlackBerry Messenger',
|
||||||
'com.contapps.android' => 'Contacts+',
|
'com.contapps.android' => 'Contacts+',
|
||||||
'com.discord' => 'Discord',
|
'com.discord' => 'Discord',
|
||||||
|
Loading…
Reference in New Issue
Block a user