baljeetverma / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

com.google package should only be used by Google's applications #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
com.google is for apps written by Google. In fact if we try to share any code 
with the Android app, Android rejects anything in package com.google for 
security reasons (the app has to be specially whitelisted on the Android Market 
server in order to allow that package).

The multiplatform should be under something else - com.lehphyro maybe?

Anyway, this is low priority, but I thought I'd report it :)

Original issue reported on code.google.com by rdamazio@gmail.com on 28 Sep 2010 at 6:39

GoogleCodeExporter commented 9 years ago
There is a lot of code under com.google.code: 
http://repo2.maven.org/maven2/com/google/code/
Even a facebook api :)

Ok, what about com.android.notifier?

Original comment by lehph...@gmail.com on 28 Sep 2010 at 12:57

GoogleCodeExporter commented 9 years ago
The following package names are restricted:
com.google
com.android
android
com.example

It can be anything else :)

Original comment by rdamazio@gmail.com on 28 Sep 2010 at 5:42

GoogleCodeExporter commented 9 years ago
com.notifier.desktop?

Original comment by lehph...@gmail.com on 28 Sep 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Sure, up to you :)

Original comment by rdamazio@gmail.com on 28 Sep 2010 at 6:55

GoogleCodeExporter commented 9 years ago
Ok, changed to com.notifier.desktop.

Original comment by lehph...@gmail.com on 28 Sep 2010 at 8:04