diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/faq.xml | 5 | ||||
-rwxr-xr-x | res/values/strings.xml | 1 |
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 <a href=\"http://xposed.info/\">Xposed framework</a> and a the <a href=\"http://repo.xposed.info/module/de.blinkt.vpndialogxposed\">VPN Dialog confirm module</a> at your own risk"</string> </resources> |