Please add permission: <uses-permission android:name="android.permission.GET_TASKS"/>
On Tue, Nov 27, 2012 at 1:26 PM, Android Test <[email protected]>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 [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

