summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-12-17 13:48:54 +0100
committerArne Schwabe <arne@rfc2549.org>2013-12-17 13:48:54 +0100
commitc986dc374b1c6579918d976701c000178a6ea281 (patch)
tree0a3913eba1618cb83ae26ce9a99bb7bfb02e60b9 /res
parenteef58658e519097d53af33ced636246c669f9a80 (diff)
Add a note for the xposed module to the FAQ
--HG-- extra : source : a853fe367b5b31c1c315bbd4501ad07870bfa385
Diffstat (limited to 'res')
-rw-r--r--res/layout/faq.xml5
-rwxr-xr-xres/values/strings.xml1
2 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml
index 9d11e786..8983e203 100644
--- a/res/layout/faq.xml
+++ b/res/layout/faq.xml
@@ -39,6 +39,11 @@
android:text="@string/faq_system_dialogs" />
<TextView
+ style="@style/faqitem"
+ tools:text="@string/faq_system_dialog_xposed"
+ android:id="@+id/faq_system_dialog_xposed"/>
+
+ <TextView
style="@style/faqhead"
android:text="@string/faq_duplicate_notification_title" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e0665d7b..34e13cfe 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -309,4 +309,5 @@
<string name="logview_options">View options</string>
<string name="unhandled_exception">Unhandled exception: %1$s\n\n%2$s</string>
<string name="unhandled_exception_context">%3$s: %1$s\n\n%2$s</string>
+ <string name="faq_system_dialog_xposed">If you have rooted your Android device you can install the &lt;a href=\"http://xposed.info/\"&gt;Xposed framework&lt;/a&gt; and a the &lt;a href=\"http://repo.xposed.info/module/de.blinkt.vpndialogxposed\"&gt;VPN Dialog confirm module&lt;/a&gt; at your own risk"</string>
</resources>