mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Ajout de About dqans le Manufest
This commit is contained in:
parent
9da83c3f33
commit
2c5025985e
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
|||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".About"
|
||||
android:label="About"
|
||||
android:parentActivityName=".MedicamentListActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
Loading…
Reference in a new issue