android:我想在Market中使用DRM

我想在我的应用程序中使用数字版权管理(DRM).

是不是有使用DrmStore的源?

http://developer.android.com/reference/android/drm/package-summary.html

解决方法:

在这种情况下,DRM有些模糊,可能意味着以下几点:

申请许可

如果您尝试复制保护您的应用程序,则可以使用新的Android Market Application Licensing功能.

关于该主题的更多博客文章可以在这里找到:

> http://android-developers.blogspot.com/2010/07/licensing-service-for-android.html
> http://android-developers.blogspot.com/2010/07/licensing-service-technology-highlights.html
> http://android-developers.blogspot.com/2010/08/licensing-server-news.html
> http://android-developers.blogspot.com/2010/09/securing-android-lvl-applications.html

媒体内容保护

如果您尝试保护媒体内容并且无法使用应用内内容保护方法,您可能会对Android 3.0中的新系统DRM框架(android.drm包)感兴趣.目前使用此框架的细节有点稀缺,因为没有广泛可用的本机DRM插件/代理与之交互(截至本文撰写时,2011年5月).此外,您的实施可能会有所不同,具体取决于您使用的插件.

有关此新框架的更多信息,请参见Android 3.0 Platform描述文档:

Digital rights management (DRM)

New extensible digital rights management (DRM) framework for checking and enforcing digital rights. It’s implemented in two architectural layers:

  • A DRM framework API, which is exposed to applications and runs through the Dalvik VM for standard applications.

  • A native code DRM manager that implements the framework API and exposes an interface for DRM plug-ins to handle rights management and decryption for various DRM schemes.

For application developers, the framework offers an abstract, unified API that simplifies the management of protected content. The API hides the complexity of DRM operations and allows a consistent operation mode for both protected and unprotected content, and across a variety of DRM schemes.

For device manufacturers, content owners, and Internet digital media providers the DRM framework?s plugin API provides a means of adding support for a DRM scheme of choice into the Android system, for secure enforcement of content protection.

The preview release does not provide any native DRM plug-ins for checking and enforcing digital rights. However, device manufacturers may ship DRM plug-ins with their devices.

You can find all of the DRM APIs in the android.drm package.

上一篇:php – 如何防止用户直接下载MP3


下一篇:英特尔DRM内核驱动程序默认启用PSR2省电功能