Obsolete
Status Update
Comments
kl...@gmail.com <kl...@gmail.com> #2
Please fix this!!!. We have quite a few apps that cannot use GCM because of this.
pl...@gmail.com <pl...@gmail.com> #3
This should have a "high" priority, not a "medium" priority. The reason being that you cannot change the package name for apps already deployed to the app store. This means that any apps that have already been deployed with upper case package name are unable to use GCM. :-(
cu...@gmail.com <cu...@gmail.com> #4
This goes back to an issue with C2DM. It did not allow the package name permission to start with a capital letter either. Since Android allows the package name to start with a capital letter, this permission should be able to as well.
kl...@gmail.com <kl...@gmail.com> #5
Here is the excerpt from android package name documentation :
http://developer.android.com/guide/topics/manifest/manifest-element.html
"A full Java-language-style package name for the application. The name should be unique. The name may contain uppercase or lowercase letters ('A' through 'Z'), numbers, and underscores ('_'). However, individual package name parts may only start with letters."
Upper case letters should be ok.
"A full Java-language-style package name for the application. The name should be unique. The name may contain uppercase or lowercase letters ('A' through 'Z'), numbers, and underscores ('_'). However, individual package name parts may only start with letters."
Upper case letters should be ok.
cu...@gmail.com <cu...@gmail.com> #6
After doing a little more digging, the original post has the best description in the correct behavior. Currently ANY permission must not begin with a capital letter if and only if there is a dot operator inside of it. Permissions should be able to be created with capitalized names.
in...@gmail.com <in...@gmail.com> #7
Isn't there a way to do this yet?
It's really anoying for everyone, users and developers, to do a new app just for this issue
It's really anoying for everyone, users and developers, to do a new app just for this issue
f....@gmail.com <f....@gmail.com> #8
news ?
ip...@gmail.com <ip...@gmail.com> #9
DO AGREE...the same requirements as for Java package name should be used for permissions!
ne...@famnote.com <ne...@famnote.com> #10
결론이 난건가요?
ri...@gmail.com <ri...@gmail.com> #11
Any Update on this?
I need this feature too.
if the App is already in Store with the packagename "Myapplication.com" and you rename this Line: <permission android:name="myapplication.com.permission.C2D_MESSAGE" android:protectionLevel="signature" /> to a lower case letter, then it will work, but only for Devices with Android 4+.
Please fix this!
I need this feature too.
if the App is already in Store with the packagename "Myapplication.com" and you rename this Line: <permission android:name="myapplication.com.permission.C2D_MESSAGE" android:protectionLevel="signature" /> to a lower case letter, then it will work, but only for Devices with Android 4+.
Please fix this!
lo...@gmail.com <lo...@gmail.com> #12
You probably cannot fix this retroactively for devices that are already running non-supporting versions of Android, since there's no way to force an update in general. So to me it seems that the fix would be for the GP store to allow apps to rename their packages on an update from mixed case to all lower case, so long as nothing else changes and so long as there was not already another app with the resulting lower-case name. The store, being in the cloud, can fix this for almost everyone (except some very unfortunate hypothetical person who decided to have two apps with package names only distinguished by case). That should handle 99.9 percent of the cases.
en...@google.com <en...@google.com>
pa...@gmail.com <pa...@gmail.com> #13
This bug has been marked as obsolete but there is no resolution provided.
sb...@gmail.com <sb...@gmail.com> #14
still opened and still no solution to this after years.
jo...@gmail.com <jo...@gmail.com> #15
Jeeeeeeez this is such a weird bug.
Description
The problem is in the code:
<permission android:name="Myapplication.com.permission.C2D_MESSAGE" android:protectionLevel="signature" />
When you try to install it in the emulator the output is:
install_parse_failed_manifest_malformed
CORRECT BEHAVIOR:
It should admit capital letters in permissions
NOTE:
If you are starting a new application you can solve it changing the package name from "Myapplication.com" to "