Back

GetInstalledApps

Returns a list of objects with the following style:

{
  packageName: string,
  className: string,
  uid: integer,
  targetSdkVersion: integer,
  dataDir: string, (folder path, ex: "data/data/...")
  sourceDir: string, (.apk file path, ex: "data/app/.../....apk")
  publicSourceDir: string, (.apk file path, ex: "data/app/.../....apk")
  nativeLibraryDir: string (folder path, ex: "/data/app/.../lib/arm")
}

  app.GetInstalledApps() → string: comma separated