mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			259 lines
		
	
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			259 lines
		
	
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|     xmlns:tools="http://schemas.android.com/tools"
 | |
|     package="fr.free.nrw.commons">
 | |
| 
 | |
|     <uses-permission android:name="android.permission.INTERNET" />
 | |
|     <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
 | |
|     <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
 | |
|     <uses-permission android:name="android.permission.READ_SYNC_STATS" />
 | |
|     <uses-permission android:name="android.permission.REORDER_TASKS" />
 | |
|     <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
 | |
|     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 | |
|     <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
 | |
|     <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
 | |
|     <uses-permission android:name="android.permission.GET_ACCOUNTS" />
 | |
|     <uses-permission android:name="android.permission.USE_CREDENTIALS" />
 | |
|     <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
 | |
|     <uses-permission android:name="android.permission.MANAGE_DOCUMENTS" />
 | |
|     <uses-permission android:name="com.google.android.apps.photos.permission.GOOGLE_PHOTOS" />
 | |
|     <uses-permission android:name="android.permission.READ_LOGS" />
 | |
|     <uses-permission android:name="android.permission.SET_WALLPAPER"/>
 | |
| 
 | |
| 
 | |
|     <!-- Needed only if your app targets Android 5.0 (API level 21) or higher. -->
 | |
|     <uses-feature android:name="android.hardware.location.gps" />
 | |
| 
 | |
|     <application
 | |
|         android:name=".CommonsApplication"
 | |
|         android:icon="@mipmap/ic_launcher"
 | |
|         android:label="@string/app_name"
 | |
|         android:theme="@style/LightAppTheme"
 | |
|         android:largeHeap="true"
 | |
|         android:supportsRtl="true"
 | |
|         tools:replace="android:appComponentFactory"
 | |
|         android:appComponentFactory="commons"
 | |
|         tools:ignore="GoogleAppIndexingWarning">
 | |
| 
 | |
|         <activity android:name="org.acra.dialog.CrashReportDialog"
 | |
|             android:process=":acra"
 | |
|             android:launchMode="singleInstance"
 | |
|             android:excludeFromRecents="true"
 | |
|             android:finishOnTaskLaunch="true" />
 | |
| 
 | |
|         <activity android:name=".auth.LoginActivity">
 | |
|             <intent-filter>
 | |
|                 <category android:name="android.intent.category.LAUNCHER" />
 | |
| 
 | |
|                 <action android:name="android.intent.action.MAIN" />
 | |
|             </intent-filter>
 | |
|         </activity>
 | |
|         <activity android:name=".WelcomeActivity" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".upload.UploadActivity"
 | |
|             android:configChanges="orientation|screenSize|keyboard"
 | |
|             android:icon="@mipmap/ic_launcher"
 | |
|             android:label="@string/app_name"
 | |
|             android:windowSoftInputMode="adjustResize"
 | |
|             >
 | |
|             <intent-filter android:label="@string/intent_share_upload_label">
 | |
|                 <action android:name="android.intent.action.SEND" />
 | |
| 
 | |
|                 <category android:name="android.intent.category.DEFAULT" />
 | |
| 
 | |
|                 <data android:mimeType="image/*" />
 | |
|                 <data android:mimeType="audio/ogg" />
 | |
|             </intent-filter>
 | |
|             <intent-filter android:label="@string/intent_share_upload_label">
 | |
|                 <action android:name="android.intent.action.SEND_MULTIPLE" />
 | |
| 
 | |
|                 <category android:name="android.intent.category.DEFAULT" />
 | |
| 
 | |
|                 <data android:mimeType="image/*" />
 | |
|                 <data android:mimeType="audio/ogg" />
 | |
|             </intent-filter>
 | |
|         </activity>
 | |
|         <activity
 | |
|             android:name=".contributions.MainActivity"
 | |
|             android:icon="@mipmap/ic_launcher"
 | |
|             android:label="@string/app_name"
 | |
|             android:configChanges="orientation|screenSize|keyboard" />
 | |
|         <activity
 | |
|             android:name=".settings.SettingsActivity"
 | |
|             android:label="@string/title_activity_settings" />
 | |
|         <activity
 | |
|             android:name=".AboutActivity"
 | |
|             android:label="@string/title_activity_about"
 | |
|             android:parentActivityName=".contributions.MainActivity" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".auth.SignupActivity"
 | |
|             android:label="@string/title_activity_signup" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".notification.NotificationActivity"
 | |
|             android:label="@string/navigation_item_notification" />
 | |
| 
 | |
|         <activity android:name=".quiz.QuizActivity"
 | |
|             android:label="@string/quiz"/>
 | |
| 
 | |
|         <activity android:name=".quiz.QuizResultActivity"
 | |
|             android:label="@string/result"/>
 | |
| 
 | |
|         <activity
 | |
|             android:name=".category.CategoryImagesActivity"
 | |
|             android:label="@string/title_activity_featured_images"
 | |
|             android:parentActivityName=".contributions.MainActivity"
 | |
|             android:configChanges="orientation|screenSize|keyboard"/>
 | |
| 
 | |
|         <activity
 | |
|             android:name=".category.CategoryDetailsActivity"
 | |
|             android:label="@string/title_activity_featured_images"
 | |
|             android:parentActivityName=".contributions.MainActivity" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".explore.categories.ExploreActivity"
 | |
|             android:label="@string/title_activity_explore"
 | |
|             android:parentActivityName=".contributions.MainActivity"
 | |
|             android:configChanges="orientation|screenSize|keyboard" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".explore.SearchActivity"
 | |
|             android:label="@string/title_activity_search"
 | |
|             android:launchMode="singleTop"
 | |
|             android:configChanges="orientation|keyboardHidden|screenSize"
 | |
|             android:parentActivityName=".contributions.MainActivity"
 | |
|             />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".achievements.AchievementsActivity"
 | |
|             android:label="@string/Achievements" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".bookmarks.BookmarksActivity"
 | |
|             android:label="@string/title_activity_bookmarks" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".review.ReviewActivity"
 | |
|             android:label="@string/title_activity_review" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".nearby.NearbyTestActivity"
 | |
|             android:label="@string/title_activity_nearby_test_activity" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".nearby.NearbyTestFragmentActivity"
 | |
|             android:label="@string/title_activity_nearby_test_fragment" />
 | |
| 
 | |
|         <activity
 | |
|             android:name=".nearby.NearbyTestFragmentLayersActivity"
 | |
|             android:label="@string/title_activity_nearby_test_fragment_layers" />
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
|         <service android:name=".upload.UploadService" />
 | |
|         <service
 | |
|             android:name=".auth.WikiAccountAuthenticatorService"
 | |
|             android:exported="true"
 | |
|             android:process=":auth">
 | |
|             <intent-filter>
 | |
|                 <action android:name="android.accounts.AccountAuthenticator" />
 | |
|             </intent-filter>
 | |
|             <meta-data
 | |
|                 android:name="android.accounts.AccountAuthenticator"
 | |
|                 android:resource="@xml/authenticator" />
 | |
|         </service>
 | |
|         <service
 | |
|             android:name=".contributions.ContributionsSyncService"
 | |
|             android:exported="true">
 | |
|             <intent-filter>
 | |
|                 <action android:name="android.content.SyncAdapter" />
 | |
|             </intent-filter>
 | |
| 
 | |
|             <meta-data
 | |
|                 android:name="android.content.SyncAdapter"
 | |
|                 android:resource="@xml/contributions_sync_adapter" />
 | |
|         </service>
 | |
|         <service
 | |
|             android:name=".modifications.ModificationsSyncService"
 | |
|             android:exported="true">
 | |
|             <intent-filter>
 | |
|                 <action android:name="android.content.SyncAdapter" />
 | |
|             </intent-filter>
 | |
| 
 | |
|             <meta-data
 | |
|                 android:name="android.content.SyncAdapter"
 | |
|                 android:resource="@xml/modifications_sync_adapter" />
 | |
|         </service>
 | |
| 
 | |
|         <service
 | |
|             android:name="org.acra.sender.SenderService"
 | |
|             android:exported="false"
 | |
|             android:process=":acra" />
 | |
| 
 | |
|         <provider
 | |
|             android:name=".filepicker.ExtendedFileProvider"
 | |
|             android:authorities="${applicationId}.provider"
 | |
|             android:exported="false"
 | |
|             android:grantUriPermissions="true">
 | |
|             <meta-data
 | |
|                 android:name="android.support.FILE_PROVIDER_PATHS"
 | |
|                 android:resource="@xml/provider_paths" />
 | |
|         </provider>
 | |
|         <provider
 | |
|             android:name=".contributions.ContributionsContentProvider"
 | |
|             android:authorities="${applicationId}.contributions.contentprovider"
 | |
|             android:exported="false"
 | |
|             android:label="@string/provider_contributions"
 | |
|             android:syncable="true" />
 | |
|         <provider
 | |
|             android:name=".modifications.ModificationsContentProvider"
 | |
|             android:authorities="${applicationId}.modifications.contentprovider"
 | |
|             android:exported="false"
 | |
|             android:label="@string/provider_modifications"
 | |
|             android:syncable="true" />
 | |
|         <provider
 | |
|             android:name=".category.CategoryContentProvider"
 | |
|             android:authorities="${applicationId}.categories.contentprovider"
 | |
|             android:exported="false"
 | |
|             android:label="@string/provider_categories"
 | |
|             android:syncable="false" />
 | |
| 
 | |
|         <provider
 | |
|             android:name=".explore.recentsearches.RecentSearchesContentProvider"
 | |
|             android:authorities="${applicationId}.explore.recentsearches.contentprovider"
 | |
|             android:exported="false"
 | |
|             android:label="@string/provider_searches"
 | |
|             android:syncable="false" />
 | |
| 
 | |
|         <provider
 | |
|             android:name=".bookmarks.pictures.BookmarkPicturesContentProvider"
 | |
|             android:authorities="${applicationId}.bookmarks.contentprovider"
 | |
|             android:exported="false"
 | |
|             android:label="@string/provider_bookmarks"
 | |
|             android:syncable="false" />
 | |
| 
 | |
|         <provider
 | |
|             android:name=".bookmarks.locations.BookmarkLocationsContentProvider"
 | |
|             android:authorities="${applicationId}.bookmarks.locations.contentprovider"
 | |
|             android:exported="false"
 | |
|             android:label="@string/provider_bookmarks_location"
 | |
|             android:syncable="false" />
 | |
| 
 | |
|         <receiver android:name=".widget.PicOfDayAppWidget">
 | |
|             <intent-filter>
 | |
|                 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
 | |
|             </intent-filter>
 | |
| 
 | |
|             <meta-data
 | |
|                 android:name="android.appwidget.provider"
 | |
|                 android:resource="@xml/pic_of_day_app_widget_info" />
 | |
|         </receiver>
 | |
| 
 | |
|         <uses-library android:name="org.apache.http.legacy" android:required="false" />
 | |
| 
 | |
|     </application>
 | |
| 
 | |
| </manifest>
 | 
