adding the contributors activity into the manifest
This commit is contained in:
parent
ff7ac64eb2
commit
9352049d0d
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@
|
|||
tools:node="remove" />
|
||||
|
||||
<application>
|
||||
<activity
|
||||
android:name="com.simplemobiletools.commons.activities.ContributorsActivity"
|
||||
android:label="@string/contributors"
|
||||
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" />
|
||||
|
||||
<receiver
|
||||
android:name=".receivers.SharedThemeReceiver"
|
||||
android:enabled="true"
|
||||
|
|
Loading…
Reference in a new issue