« Previous | Next » 

Revision 2848b50f

ID2848b50f8bc7baa710b77341e20272010380430b
Parent 2aa39311
Child 06c97426

Added by Hans-Christoph Steiner over 3 years ago

catch NameNotFoundException when looking up installer name

If an application was installed via ADB, then it won't have an installer
package/name set. Therefore, looking up the label will cause a
NameNotFoundException, which should be ignored and not passed to the method
that called App() since it does not refer to the packageName that the
method is trying to look up, but instead the packageName of the missing
installer app.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences