app size

  1. Lucas Eduardo

    Android Question Size of each app installed

    How can i get the size of each app installed? with this code i can list all packages names Dim pm As PackageManager Dim packages As List packages = pm.GetInstalledPackages For i = 0 To packages.Size - 1 Log(packages.Get(i)) Next
Top