User credentials with DocumentsProvider

52 views Asked by At

I'm currently implementing my own DocumentsProvider class in our Android app. But in order for the user to get access to any documents in the application the user has to log in to our servers. It seems like the only way to handle this is by telling the user to login in our app before going to other applications and using us a DocumentProvider. This way we can check if the user has logged in when queried for documents. Is that correct?

0

There are 0 answers