Touching startup failure notification now shows details

The text of the startup failure notification is unhelpful due to lack of
space. Touching the notification now launches an activity that gives details
of the problem and what can be done about it.

Closes #38
This commit is contained in:
Torsten Grote
2015-12-07 16:31:10 -02:00
parent f0558ceb7a
commit f4538df679
5 changed files with 85 additions and 5 deletions

View File

@@ -219,5 +219,10 @@
android:value=".android.contact.ContactListActivity"
/>
</activity>
<activity
android:name=".android.StartupFailureActivity"
android:logo="@drawable/logo"
android:label="@string/startup_failed_activity_title" >
</activity>
</application>
</manifest>