mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Added changes to Manifest
This commit is contained in:
parent
0b8dbcc35d
commit
50f5a79c30
1 changed files with 4 additions and 0 deletions
|
@ -230,5 +230,9 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
</activity>
|
</activity>
|
||||||
|
<activity
|
||||||
|
android:name=".activity.AboutActivity"
|
||||||
|
android:label="@string/about_activity__title_about_app"
|
||||||
|
android:theme="@style/AppTheme.NoActionBar"/>
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
Loading…
Reference in a new issue