Lines Matching refs:server
32 usually sends a request to the app sharing the files (the server). In most cases, the request
33 starts an {@link android.app.Activity} in the server app that displays the files it can share.
34 The user picks a file, after which the server app returns the file's content URI to the
38 This lesson shows you how a client app requests a file from a server app, receives the file's
39 content URI from the server app, and opens the file using the content URI.
44 To request a file from the server app, the client app calls
52 {@link android.content.Intent} to a server app in order to start the
73 * server app.
84 The server app sends the file's content URI back to the client app in an
94 can't discover and open any other files in the server app. Only the client app gets access to
95 the file, and only for the permissions granted by the server app. The permissions are temporary,
97 server app.
101 {@link android.content.Intent} sent from the server app, and how the client app gets the