Hi.. This is how my androidManifest.xml looks like <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.Test">
<uses-permission android:name="android.permission.ACCESS_DRM" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> I am able to get the content from the server but while inserting in the DRMProvider I am facing the issue.Getting the error --> "Requires DRM Permission" Please let me know if any of you faced the same issue. On May 22, 9:16 pm, Marco Nelissen <marc...@android.com> wrote: > On Fri, May 22, 2009 at 3:40 AM, Prashant M <prashant.mut...@gmail.com>wrote: > > > > > Developed one sample APP to insert the FL (forward Lock content) into > > DRM provider. > > While insertion throwing security exception. > > I added android.permission.ACCESS_DRM in the > > androidmanifest.xml....But still facing the issue. > > android.permission.ACCESS_DRM > > How did you add it to the manifest, i.e. what does your manifest look like? --~--~---------~--~----~------------~-------~--~----~ 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-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---