Regular expression matching Android package name
A valid Android package name is described in the AndroidManifest documentation for the package attribute: The name should be unique. The name may contain uppercase or lowercase letters ('A' through 'Z'), numbers, and...