Show app introduction; restore original launch icon

This commit is contained in:
2016-02-17 13:47:53 -05:00
parent b24e8aa018
commit 0ccdd2ce2a
18 changed files with 4821 additions and 0 deletions

View File

@@ -43,6 +43,18 @@
android:action="android.intent.action.VIEW"
android:data="https://github.com/iSoron/uhabits"/>
</Preference>
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_misc"
android:title="Miscellaneous">
<Preference android:title="Replay app introduction">
<intent
android:targetClass="org.isoron.uhabits.IntroActivity"
android:targetPackage="org.isoron.uhabits"/>
</Preference>
</PreferenceCategory>