CrackMe.apk

Download file
    <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content">
    <CheckBox android:id="@+id/test_checkbox_android_button_tint" android:background="?android:attr/colorBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:buttonTint="@color/checkbox_themeable_attribute_color"/>
    <CheckBox android:id="@+id/test_checkbox_app_button_tint" android:background="?android:attr/colorBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" app:buttonTint="@color/checkbox_themeable_attribute_color"/>
</LinearLayout>
    
Download file