android - Building an SDK -
i have simple app uploads files remote server.
i build sdk, external apps can use app upload files. i'm wondering what's best thing sdk.
for now, thing i've found expose receiver "dangerous" permission in main app (signature not conceivable, because "client" apps not have same signature).
but don't solution, because apps without sdk can send intent main app.
do have solution kind of problem?
thanks :)
it can bit complicated, sounds want create service other applications can bind , use via aidl. see android docs full explanation/example.
Comments
Post a Comment