According to a manual on basic Android programming, "the public modifier means that any Java class, even classes outside of the package, can use that method or variable."
I understand this concept in general terms, but am wondering how it plays out on Android platform. In theory, is it possible that an app created by another developer could access a public method in my code if they could guess how to properly call it?