I want to display compose email in Tab Activity. It is my code.
TabHost tabHost=getTabHost();
TabHost.TabSpec spec;
Intent intent;
//View ta
In your Application Manifest write the below lines,
android:sharedUserId="android.uid.shared" android:sharedUserLabel="@string/sharedUserLabel"
The sharedUserId parameter is used to share the code,process,data between two apps. So thes code will apply in both the apps.
and also write these lines in your .mk file of both the apps...
LOCAL_CERTIFICATE := shared