Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Updated FAQ
Browse files Browse the repository at this point in the history
Refs #1784
  • Loading branch information
M66B committed Jul 4, 2014
1 parent ed4616e commit 3d6da8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,14 @@ You can automate backups by sending an intent:
adb shell am start -a biz.bokhorst.xprivacy.action.EXPORT
```

If you want to specify a file name:

```
adb shell am start -a biz.bokhorst.xprivacy.action.EXPORT -e FileName /sdcard/test.xml
```

You can also specify a file name to the IMPORT intent.

You can do this with [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm), for example:

* New task: Any name you like
Expand Down

0 comments on commit 3d6da8e

Please sign in to comment.