зеркало из https://github.com/mozilla/Jisort.git
Update AndroidManifest.xml
Added the icon quiz activity to the manifest
This commit is contained in:
Родитель
be9b5d81a4
Коммит
e225341442
|
@ -20,6 +20,12 @@
|
|||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name">
|
||||
|
||||
<activity
|
||||
android:name=".activities.IconQuizActivity"
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:label="Icon Usage Quiz" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activities.DashboardActivity"
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
|
|
Загрузка…
Ссылка в новой задаче