Added login optional debug logs. (#61)

This commit is contained in:
Amine Bou
2017-08-04 08:30:21 +02:00
committed by GitHub
parent b44a200731
commit d768d2232b
16 changed files with 101 additions and 10 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:defaultValue="false"
android:key="loging_debug"
android:summaryOff="@string/login_debug_off"
android:summaryOn="@string/login_debug_on"
android:title="@string/login_debug_title" />
</PreferenceScreen>