DT @07.09.2015: DB incidient count implemented, blank activities added
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package="org.deke.risk.riskahead" >
|
||||
|
||||
<application
|
||||
android:name=".AppController"
|
||||
android:name=".helper.AppController"
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
@@ -89,7 +89,7 @@
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".UserConfigActivity"
|
||||
android:name=".ProfileActivity"
|
||||
android:label="@string/title_activity_user_config"
|
||||
android:parentActivityName=".MainActivity" >
|
||||
</activity>
|
||||
@@ -97,6 +97,14 @@
|
||||
android:name=".ReportActivity"
|
||||
android:label="@string/title_activity_report" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".SettingsActivity"
|
||||
android:label="@string/title_activity_settings" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".SubscriptionsActivity"
|
||||
android:label="@string/title_activity_subscriptions" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user