seedvault/permissions_com.stevesoltys.backup.xml
Chirayu Desai 6136f589c1 Android.mk: Download prebuilt apk instead of building it
* With the upcoming changes, and the increasing number of external
  libraries being used, plus the usage of Kotlin, it's getting harder
  and harder to build this with the AOSP build system.
* It's best to leverage the existing gradle build system instead,
  and use the apk that builds.
* Add a script which downloads the apk matching the tag if a tag is
  checked out, otherwise downloads the latest.
2019-07-31 23:22:35 +05:30

6 lines
No EOL
208 B
XML

<?xml version="1.0" encoding="utf-8"?>
<permissions>
<privapp-permissions package="com.stevesoltys.backup">
<permission name="android.permission.BACKUP"/>
</privapp-permissions>
</permissions>