11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest
3- package =" fi.aalto.legroup.achso"
4- xmlns : android =" http://schemas.android.com/apk/res/android" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3+ package =" fi.aalto.legroup.achso" >
54
65 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
76 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
2423 <uses-feature
2524 android : name =" android.hardware.camera"
2625 android : required =" false" />
27-
2826 <uses-feature
2927 android : name =" android.hardware.camera.autofocus"
3028 android : required =" false" />
31-
3229 <uses-feature
3330 android : name =" android.hardware.location.gps"
3431 android : required =" false" />
35-
3632 <uses-feature
3733 android : name =" android.hardware.location"
3834 android : required =" false" />
4945 android : icon =" @drawable/ic_launcher"
5046 android : label =" @string/app_name"
5147 android : theme =" @style/Theme.Custom.Light" >
52-
5348 <activity
5449 android : name =" .browsing.BrowserActivity"
5550 android : label =" @string/app_name" >
56-
5751 <meta-data
5852 android : name =" android.app.default_searchable"
5953 android : value =" .browsing.SearchActivity" />
6054
6155 <intent-filter >
6256 <action android : name =" android.intent.action.MAIN" />
57+
6358 <category android : name =" android.intent.category.LAUNCHER" />
6459 </intent-filter >
65-
6660 </activity >
67-
6861 <activity
6962 android : name =" .playback.PlayerActivity"
63+ android : exported =" true"
7064 android : parentActivityName =" .browsing.BrowserActivity"
71- android : theme =" @style/Theme.Custom.Immersive"
72- android : exported =" true" >
73-
65+ android : theme =" @style/Theme.Custom.Immersive" >
7466 <intent-filter
7567 android : icon =" @drawable/ic_launcher"
7668 android : label =" @string/app_name"
7769 android : priority =" 1" >
78-
7970 <action android : name =" android.intent.action.VIEW" />
8071
8172 <category android : name =" android.intent.category.DEFAULT" />
8576 android : host =" *"
8677 android : mimeType =" application/achso"
8778 android : pathPattern =" .*\\.achso" />
88-
8979 </intent-filter >
90-
9180 <intent-filter
9281 android : icon =" @drawable/ic_launcher"
9382 android : label =" @string/app_name"
9483 android : priority =" 1" >
95-
9684 <action android : name =" fi.aalto.legroup.achso.action.VIEW" />
85+
9786 <category android : name =" android.intent.category.DEFAULT" />
9887 <category android : name =" android.intent.category.BROWSABLE" />
9988
10089 <data android : scheme =" http" />
10190 <data android : scheme =" https" />
102-
10391 <data android : mimeType =" video/mp4" />
10492 </intent-filter >
105-
10693 <intent-filter
10794 android : icon =" @drawable/ic_launcher"
10895 android : label =" @string/app_name"
10996 android : priority =" 1" >
110-
11197 <action android : name =" android.intent.action.VIEW" />
11298 <action android : name =" fi.aalto.legroup.achso.action.VIEW" />
11399
116102
117103 <data android : scheme =" achso" />
118104 </intent-filter >
119-
120105 </activity >
121-
122106 <activity
123107 android : name =" .browsing.SearchActivity"
124108 android : label =" @string/search"
125109 android : launchMode =" singleTop"
126110 android : parentActivityName =" .browsing.BrowserActivity" >
127-
128111 <meta-data
129112 android : name =" android.app.searchable"
130113 android : resource =" @xml/searchable" />
131114
132115 <intent-filter >
133116 <action android : name =" android.intent.action.SEARCH" />
134117 </intent-filter >
135-
136118 </activity >
137-
138119 <activity
139120 android : name =" .settings.SettingsActivity"
140121 android : label =" @string/settings"
141122 android : parentActivityName =" .browsing.BrowserActivity" />
142-
143123 <activity
144124 android : name =" .browsing.DetailActivity"
145125 android : label =" @string/title_activity_information"
146126 android : parentActivityName =" .browsing.BrowserActivity" />
147-
148127 <activity
149128 android : name =" .authentication.AuthorizationActivity"
150129 android : label =" @string/app_name"
151130 android : parentActivityName =" .browsing.BrowserActivity" />
152-
153131 <activity
154132 android : name =" .sharing.SharingActivity"
133+ android : configChanges =" orientation|screenSize"
155134 android : label =" @string/app_name"
156- android : parentActivityName =" .browsing.BrowserActivity"
157- android : configChanges =" orientation|screenSize" />
158-
135+ android : parentActivityName =" .browsing.BrowserActivity" />
159136 <activity
160137 android : name =" .authentication.LoginActivity"
161138 android : label =" @string/choose_account"
166143 <service android : name =" .storage.remote.download.DownloadService" />
167144 <service android : name =" .storage.remote.SyncService" />
168145 <service android : name =" .authoring.VideoCreatorService" />
169-
170146 <service
171147 android : name =" .authentication.AuthenticatorService"
172148 android : permission =" android.permission.ACCOUNT_MANAGER" >
173-
174149 <intent-filter >
175150 <action android : name =" android.accounts.AccountAuthenticator" />
176151 </intent-filter >
177152
178153 <meta-data
179154 android : name =" android.accounts.AccountAuthenticator"
180155 android : resource =" @xml/authenticator" />
181-
182156 </service >
183157
184158 <meta-data
185159 android : name =" com.google.android.gms.version"
186160 android : value =" @integer/google_play_services_version" />
187-
188161 <meta-data
189162 android : name =" com.google.android.maps.v2.API_KEY"
190163 android : value =" @string/google_maps_api_key" />
191164
165+ <activity android : name =" .authoring.VideoTrimActivity" ></activity >
192166 </application >
193167
194- </manifest >
168+ </manifest >
0 commit comments