Changes for page Samsung

Last modified by Drunk Monkey on 2021-02-08 09:34

From version 15.3
edited by Drunk Monkey
on 2021-02-08 08:48
Change comment: There is no comment for this version
To version 15.5
edited by Drunk Monkey
on 2021-02-08 08:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,9 +46,10 @@
46 46  11. **#1 Get the list of all apps**
47 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 -111. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager")
51 +111. {{code language="bash"}}adb shell pm list packages | grep 'samsung'{{/code}}
52 +('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.
53 53  [[image:SamNoteUser_0-1594509216501.png]]
54 54  ADB shell pm list packages command