Monthly Archives: December 2009

Android package name

16th
Dec. × ’09

There are two independent notions of “package” in Android. One is the usual Java package, which is how the Java classes are organized inside your project. The other is the Application package, which is an unique application identifier used by Android to manage the installed applications. The two package names are completely independent and serve [...]

Posted in Uncategorized | 1 Comment