android - How to deploy files into a device for multi-app access -


my idea develop application android, able following:

the apk-file contains resource, e.g. pdf-file. , file should accessible other apps. intention install /res/raw/-file in dedicated directory, e.g. /download/pdf-files, can accessed different applications.

this process should done installation of app.

how should configure manifest.xml purpose?

during installation process, no action can performed unless user presses 'open' launch app. code first executes after oncreate() method of mainactivity specified in manifest. have add code in oncreate() method. need add following permission:


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -