Tuesday, November 27, 2012

Re: [android-developers] Write to another application's internal memory

Please add  permission:
 <uses-permission android:name="android.permission.GET_TASKS"/>

On Tue, Nov 27, 2012 at 1:26 PM, Android Test <aandroidtest@gmail.com> wrote:

Hi All,

I have 2 applications with different package names. E.g. App1 and App2.

App1 needs to write some files to App2's internal memory so that it could be uploaded to the backend.

I have used the following in App1 to do so:

filePath = getPackageManager().getPackageInfo("app2.package.name", 0).applicationInfo.dataDir;  

I can get the correct path but could not write to it. I checked the logcat, it is showing "Permission denied".

Am I missing something? What's else needs to be done?

Thanks in Advance

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment