Firefox for Android内容提供商?

Ali*_*lin 2 firefox android android-contentprovider

有人可以给我一个例子,说明如何使用Firefox for Android内容提供商获取我的应用历史记录中的链接列表?

谢谢!

Jar*_*ard 6

ContentProvider第三方应用程序无法访问Firefox .以下是清单中的权限声明:

<permission android:name="@ANDROID_PACKAGE_NAME@.permissions.BROWSER_PROVIDER"
    android:protectionLevel="signature"/>
Run Code Online (Sandbox Code Playgroud)

protectionLevel"signature"方式将权限只适用于使用相同的密钥签名的应用程序.除非他们更改此内容,否则您的应用无法访问该应用ContentProvider.