1) Is it possible for an android application to share UID with an non-android application written in C?
2) Is it possible to add an Android application to a group?
Thanks!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean native code bundeled with your app (NDK) then yes, to share UID with someting in the platform NO, this is part of the Android security model.
This might be possible maybe asking for some of the permissions will put you in that group, thats one way to easily solve it (like support to read/write the USB massstorage area) But I have not looked at the source code to verify this. (Some permissions do not rely on the group think and are tested on the server/receiver side of some services)