diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-24 07:47:50 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-24 07:47:50 +0100 |
commit | 3dbb55fe35b12e5fcbf38e7ecf8de043b16327de (patch) | |
tree | 31606652e4f498a74912edc9727635fb13a9b035 /AndroidManifest.xml | |
parent | 174a0c8a3807df22ebd5731e139c0f0bb511f85b (diff) |
Make send mini dump work with non Gmail Mail app, make google sending better placed
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8ccd1e96..564d4396 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -43,6 +43,7 @@ <activity android:name=".LogWindow" android:label="@string/openvpn_log" /> + <activity android:name=".SendDumpActivity" /> <activity android:name=".FileSelect" /> <activity android:name=".MainActivity" > <intent-filter> @@ -121,8 +122,8 @@ <provider android:name=".FileProvider" android:authorities="de.blinkt.openvpn.FileProvider" - android:grantUriPermissions="true" - android:exported="true" /> + android:exported="true" + android:grantUriPermissions="true" /> </application> </manifest>
\ No newline at end of file |