Changes for page Samsung


on 2021-02-08 08:47


on 2021-02-08 08:49
Summary
Details
- Page properties
-
- Content
-
... ... @@ -44,9 +44,9 @@ 44 44 111. Connect your device to the computer. 45 45 111. Execute the following ADB shell commands. The first for the list of all apps, and the second one for the list of all system apps. 46 46 11. **#1 Get the list of all apps** 47 -111. ##adb shell pm list packages## 47 +111. ##{{code language="none"}}adb shell pm list packages{{/code}}## 48 48 11. **#2 Get the list of system apps only** 49 -111. adb shell pm list packages -s 49 +111. {{code language="none"}}adb shell pm list packages -s{{/code}} 50 50 11. **#3 Get the list of all Samsung apps** 51 51 111. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager") 52 52 111. You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device.