mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-01-13 04:37:54 +08:00
Update Google descriptions
This commit is contained in:
parent
271e84725d
commit
ccd1252117
636
google.json
636
google.json
File diff suppressed because it is too large
Load Diff
13
lint.php
Normal file
13
lint.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$json_files = array_filter(scandir(__DIR__), function ($item) {
|
||||||
|
return str_ends_with($item, ".json");
|
||||||
|
});
|
||||||
|
|
||||||
|
foreach ($json_files as $json_file) {
|
||||||
|
$list = json_decode(file_get_contents(__DIR__ . '/' . $json_file), true);
|
||||||
|
usort($list, function ($o1, $o2) {
|
||||||
|
return $o1['id'] <=> $o2['id'];
|
||||||
|
});
|
||||||
|
file_put_contents(__DIR__ . '/' . $json_file, json_encode($list, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
|
||||||
|
}
|
1
suggestions/app_stores.json
Normal file
1
suggestions/app_stores.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/authenticators.json
Normal file
1
suggestions/authenticators.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/battery_managers.json
Normal file
1
suggestions/battery_managers.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/cameras.json
Normal file
1
suggestions/cameras.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/cleaners.json
Normal file
1
suggestions/cleaners.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/ebook_readers.json
Normal file
1
suggestions/ebook_readers.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/fitness_trackers.json
Normal file
1
suggestions/fitness_trackers.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/launchers.json
Normal file
1
suggestions/launchers.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/maps.json
Normal file
1
suggestions/maps.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/meeting_apps.json
Normal file
1
suggestions/meeting_apps.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/music_apps.json
Normal file
1
suggestions/music_apps.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/podcasts.json
Normal file
1
suggestions/podcasts.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/streaming_apps.json
Normal file
1
suggestions/streaming_apps.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/task_managers.json
Normal file
1
suggestions/task_managers.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
suggestions/translators.json
Normal file
1
suggestions/translators.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
Loading…
x
Reference in New Issue
Block a user