get and save installed apps icon

  1. N

    Android Question Save Installed Apps Icon as File

    HI Guys How can I save installed apps icon as file ex : app..png or jpg This is my code for get installed apps package name and name : Private Sub ShowInstalledApps Dim pm As PackageManager 'phone library For Each pck As String In pm.GetInstalledPackages If...
Top