Hi I want to create an application that downloads ringtones and I want them to be forward locked. However, the access to DrmManager seems to be restricted to system signed apps (protection level = "signature", see http://developer.android.com/guide/topics/manifest/permission-element.html).
I have tried directly interfacing with the DownloadManager since it also has code to do that but there I have the same problem (protection level ="signature"). So my question is, is there a way for 3rd party apps to forward lock content? Please note that keeping the file in my private directory is not good enough since the ringtone manager wont pick it up from there (as far as I understand). thanks -- 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

