Deepak_commit_31_05_2018

This commit is contained in:
yadavendras
2018-05-31 16:55:34 +05:30
parent 01df43b2b8
commit 2d25c22137
63 changed files with 3894 additions and 126 deletions
+31 -4
View File
@@ -77,12 +77,14 @@
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<!--
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="AIzaSyD02po19go2JMhXJeAnKDiZSiNloPsWqzI" />
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
-->
<activity
android:name=".dailyentry.T2PComplianceActivity"
@@ -224,7 +226,7 @@
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".dailyentry.PlanogramPDFActivity"
android:label="@string/title_activity_planogram_pdf"
android:label="@string/category_performance_PLANOGRAM"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".dailyentry.StockDataActivity"
@@ -240,12 +242,37 @@
<service
android:name=".service.FCMNotificationService"
android:enabled="true"
android:exported="true"
>
android:exported="true">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<activity
android:name=".dailyentry.POGQuestionsActivity"
android:label="@string/title_activity_pogquestions"
android:theme="@style/AppTheme.NoActionBar" />
<!--
The API key for Google Maps-based APIs is defined as a string resource.
(See the file "res/values/google_maps_api.xml").
Note that the API key is linked to the encryption key used to sign the APK.
You need a different API key for each encryption key, including the release key that is used to
sign the APK for publishing.
You can define the keys for the debug and release targets in src/debug/ and src/release/.
-->
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@string/google_maps_key" />
<activity
android:name=".storeinmap.StoreListMapActivity"
android:label="@string/title_activity_store_list_map" />
<activity
android:name=".storeinmap.StoreListRouteActivity"
android:label="@string/title_activity_store_list_route" />
<activity
android:name=".storeinmap.StoreRouteActivity"
android:label="@string/title_activity_store_route"></activity>
</application>
</manifest>