-1

Possible Duplicate:
How to get the file *.apk location in Android device

How should I get the my own application name , including path which is installed on android phone. Through code it should happen.

Community
  • 1
  • 1
Chetan
  • 13
  • 5

1 Answers1

1

what about getPackageResourcePath() and getPackageArchiveInfo(archiveFilePath, flags)

mariomario
  • 660
  • 1
  • 9
  • 29