Add donation fragment

This commit is contained in:
Dominik Schürmann
2016-02-09 20:48:24 +01:00
parent 2249b025bd
commit 2bf9634fd6
5 changed files with 134 additions and 33 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sufficientlysecure.keychain" >
<uses-permission android:name="com.android.vending.BILLING" />
<application />
</manifest>