Show Doze Dialog only after startup and provide "don't ask again" option

This commit is contained in:
Torsten Grote
2017-11-20 16:27:39 -02:00
parent 92748ac872
commit bb8cb9bcbb
5 changed files with 103 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<CheckBox
android:id="@+id/checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/margin_activity_horizontal"
android:layout_marginTop="@dimen/margin_activity_vertical"
android:checked="false"
android:text="@string/don_t_ask_again"/>
</FrameLayout>

View File

@@ -19,6 +19,7 @@
<string name="passwords_do_not_match">Passwords do not match</string>
<string name="create_account_button">Create Account</string>
<string name="more_info">More Information</string>
<string name="don_t_ask_again">Don\'t ask again</string>
<!-- Login -->
<string name="enter_password">Enter your password:</string>