Some random website knows which school i go to, this is the second time i have received this message

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (3 children)

Their website is slickapp.co (without the m at the end), but their Android package name is com.slickapp.

Isn't that a bit of an issue?
For example, when handling URLs?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 5 points 2 years ago (1 child)

    Not really.

    Android apps can declare which urls they accept as deep links. Once that is registered with the system (ie after install) then links of that type can be opened by the app. It doesn't have to match the package name.

  • source
  • parent
  • hideshow 2 child comments
  • [–] -1 points 2 years ago (1 child)

    The package name should, however, match a domain owned by the publisher of the package.

  • source
  • parent
  • hideshow 2 child comments
  • [+] 7 points 2 years ago (1 child)
  • [–] 5 points 2 years ago (1 child)

    That is how Java names work. The whole domain-like appearance is meant to avoid name collisions between packages made by different companies.

  • source
  • parent
  • hideshow 2 child comments