Changes for page Samsung


on 2021-02-08 08:49


on 2021-02-08 08:49
Summary
Details
- Page properties
-
- Content
-
... ... @@ -48,8 +48,7 @@ 48 48 11. **#2 Get the list of system apps only** 49 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. {{code language="bash"}}adb shell pm list packages | grep 'samsung'{{/code}} 52 -('pm' in the above commands stands for "package manager") 51 +111. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager") 53 53 111. You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device. 54 54 [[image:SamNoteUser_0-1594509216501.png]] 55 55 ADB shell pm list packages command