-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve dummy for MobStoreFile service #2215
Conversation
Thanks,
|
From my logcat |
yes i am trying to implement it |
@ale5000-git I tried to return the url information generated based on the uri, but MG did not generate local files. Do you know anything about this? |
Unfortunately I haven't found any info about this API over the internet. From your logcat it seems that the app (Fitbit) is expecting microG Services to create a file (if it don't already exist) in microG's app data, open it and return a file descriptor (possibly in read/write mode) to allow the app (Fitbit) to write a files in microG's app data. |
Thanks Reply. This seems to be the user information pb file that GMS needs to download when logging in, but MG did not see a similar file when logging in. Now return an error code information to ensure that you can enter the application normally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current code would allow any app running on the same device to read files using the permissions of microG, which means, it can access private files of microG (which may include credentials and other confidential data) as well as use microG's storage permission to access the storage.
Handling exception information <MobStoreFile.API is not available>