This commit is contained in:
ashishandroid
2016-12-29 10:12:23 +05:30
parent 4f74057b53
commit 2c94c2fa1f
10 changed files with 340 additions and 4 deletions
+10
View File
@@ -42,6 +42,16 @@
android:label="@string/title_activity_select_language"
android:theme="@style/AppTheme.NoActionBar" />
<activity android:name=".download.DownloadActivity"></activity>
<activity
android:name=".GeoTag.GeoTagStoreList"
android:label="@string/title_activity_store_list_geotag"
android:theme="@style/AppTheme.NoActionBar" />
</application>
</manifest>