I made use of your library on a project, and when I try to submit the App to Google Play I am presented with the error:
Remove conflicts from the manifest before uploading. The following content provider authorities are in use by other developers: com.itisnajim.device_policy_controller.multipreferences.MultiProvider.
Analizing the generated apk, I see in the androidmanifest:
_
<receiver
android:name="com.itisnajim.device_policy_controller.AppDeviceAdminReceiver"
....
..._
I am kind of lost on how to overcome this... I need to create my own device police (defeats the whole purpose of the library).
Thanks for your time.
I made use of your library on a project, and when I try to submit the App to Google Play I am presented with the error:
Remove conflicts from the manifest before uploading. The following content provider authorities are in use by other developers: com.itisnajim.device_policy_controller.multipreferences.MultiProvider.
Analizing the generated apk, I see in the androidmanifest:
_
....
..._
I am kind of lost on how to overcome this... I need to create my own device police (defeats the whole purpose of the library).
Thanks for your time.