Thursday, March 22, 2012

Share file between activites

1. Set this same shared user id in manifest
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.a"
    android:versionCode="1"
    android:versionName="1.0"
    android:sharedUserId="com.example.id">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.b"
    android:versionCode="1"
    android:versionName="1.0"
    android:sharedUserId="com. example.id">

2. Get another app’s context with createPackageContext()
Context otherContext = context.createPackageContext("com.example.a", 0);
AssetManager am = otherContext.getAssets();

No comments:

Post a Comment

[ROM] Samsung S7 Stock Firmware BRI (Taiwan台灣)

Latest ROM: G930FXXU1DQEU Download: https://kfhost.net/tpl/firmwares.php?record=B7E6DE774E3811E7963AFA163EE8F90B Reference: http://...