M66B / XPrivacy

XPrivacy - The ultimate, yet easy to use, privacy manager

Home Page:http://forum.xda-developers.com/xposed/modules/xprivacy-ultimate-android-privacy-app-t2320783

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intent for exporting and importing restrictions

kwlg opened this issue · comments

commented

An intent for importing and exporting restrictions. This would make it possible for developers to make apps that could automate the process of exporting and importing restrictions to XPrivacy. The settings could, for instance, be backed up periodically. Apps like Tasker could probably sync settings between several devices.

This will be part of the next release.

  • biz.bokhorst.xprivacy.action.IMPORT
  • biz.bokhorst.xprivacy.action.EXPORT

Both export/import can send the file name in an extra string with the name "FileName".
The default will be used if this extra is missing.

The result intent always contains the file name as extra with the name "FileName".