]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/frontends/android/res/menu/log.xml
android: Provide a fallback for sigwaitinfo()
[thirdparty/strongswan.git] / src / frontends / android / res / menu / log.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2012 Tobias Brunner
4 Hochschule fuer Technik Rapperswil
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2 of the License, or (at your
9 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10
11 This program is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
15 -->
16 <menu xmlns:android="http://schemas.android.com/apk/res/android">
17
18 <item
19 android:id="@+id/menu_send_log"
20 android:title="@string/send_log"
21 android:showAsAction="ifRoom|withText" />
22
23 </menu>