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
Post a Comment