1- <?xml version =" 1.0" encoding =" utf-8" ?><!--
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
23/**
34 * Copyright (C) Posten Norge AS
45 *
1415 * See the License for the specific language governing permissions and
1516 * limitations under the License.
1617 */
17-
1818-->
19- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" xmlns : tools =" http://schemas.android.com/tools"
20- package =" no.digipost.android" >
19+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
20+ xmlns : tools =" http://schemas.android.com/tools"
21+ package =" no.digipost.android" >
2122
22- <uses-permission android : name =" android.permission.INTERNET" />
23- <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
24- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
25- <uses-permission android : name =" com.google.android.c2dm.permission.RECEIVE" />
26- <uses-permission android : name =" android.permission.WAKE_LOCK" />
23+ <uses-permission android : name =" android.permission.INTERNET" />
24+ <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
25+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
26+ <uses-permission android : name =" com.google.android.c2dm.permission.RECEIVE" />
27+ <uses-permission android : name =" android.permission.WAKE_LOCK" />
2728
2829 <application
29- android : name =" no.digipost.android.DigipostApplication"
30- android : hardwareAccelerated =" true"
31- android : icon =" @drawable/ic_launcher"
32- android : label =" @string/app_name"
33- android : fullBackupContent =" false"
34- android : allowBackup =" false"
35- android : theme =" @style/Digipost"
36- android : vmSafeMode =" true" >
37-
38- <activity
39- android : name =" no.digipost.android.MainActivity"
40- android : configChanges =" orientation|screenSize"
30+ android : name =" .DigipostApplication"
31+ android : allowBackup =" false"
32+ android : fullBackupContent =" false"
33+ android : hardwareAccelerated =" true"
34+ android : icon =" @drawable/ic_launcher"
4135 android : label =" @string/app_name"
42- android : screenOrientation =" portrait"
43- android : theme =" @android:style/Theme.Holo.NoActionBar" >
36+ android : theme =" @style/Digipost"
37+ android : vmSafeMode =" true" >
38+ <activity
39+ android : name =" .MainActivity"
40+ android : configChanges =" orientation|screenSize"
41+ android : label =" @string/app_name"
42+ android : screenOrientation =" portrait"
43+ android : theme =" @android:style/Theme.Holo.NoActionBar" >
4444 <intent-filter >
45- <action android : name =" android.intent.action.MAIN" />
46- <category android : name =" android.intent.category.LAUNCHER" />
45+ <action android : name =" android.intent.action.MAIN" />
46+
47+ <category android : name =" android.intent.category.LAUNCHER" />
4748 </intent-filter >
4849 <intent-filter >
49- <action android : name =" android.intent.action.VIEW" />
50+ <action android : name =" android.intent.action.VIEW" />
5051
51- <category android : name =" android.intent.category.DEFAULT" />
52- <category android : name =" android.intent.category.BROWSABLE" />
52+ <category android : name =" android.intent.category.DEFAULT" />
53+ <category android : name =" android.intent.category.BROWSABLE" />
5354
5455 <data
55- android : host =" www.digipost.no"
56- android : pathPrefix =" /app/#/"
57- android : scheme =" https" />
56+ android : host =" www.digipost.no"
57+ android : pathPrefix =" /app/#/"
58+ android : scheme =" https" />
5859 </intent-filter >
5960 </activity >
6061 <activity
61- android : name =" no.digipost.android .gui.LoginActivity"
62- android : configChanges =" orientation|screenSize"
63- android : screenOrientation = " portrait "
64- android : launchMode = " singleTop "
65- android : theme =" @android:style/Theme.Holo .Light.NoActionBar" />
62+ android : name =" .gui.LoginActivity"
63+ android : configChanges =" orientation|screenSize"
64+ android : launchMode = " singleTop "
65+ android : screenOrientation = " portrait "
66+ android : theme =" @android:style/Theme.DeviceDefault .Light.NoActionBar" />
6667 <activity
67- android : name =" no.digipost.android .gui.ScreenlockPreferenceActivity"
68- android : configChanges =" orientation|screenSize"
69- android : screenOrientation =" portrait" />
68+ android : name =" .gui.ScreenlockPreferenceActivity"
69+ android : configChanges =" orientation|screenSize"
70+ android : screenOrientation =" portrait" />
7071 <activity
71- android : name =" no.digipost.android .gui.MainContentActivity"
72- android : screenOrientation = " portrait "
73- android : configChanges = " orientation|screenSize " />
72+ android : name =" .gui.MainContentActivity"
73+ android : configChanges = " orientation|screenSize "
74+ android : screenOrientation = " portrait " />
7475 <activity
75- android : name =" no.digipost.android .gui.WebLoginActivity"
76- android : configChanges =" orientation|screenSize" />
76+ android : name =" .gui.WebLoginActivity"
77+ android : configChanges =" orientation|screenSize" />
7778 <activity
78- android : name =" no.digipost.android .gui.content.HtmlAndReceiptActivity"
79- android : configChanges =" orientation|screenSize" />
80- <activity android : name =" no.digipost.android. gui.content.MuPDFActivity" />
79+ android : name =" .gui.content.HtmlAndReceiptActivity"
80+ android : configChanges =" orientation|screenSize" />
81+ <activity android : name =" . gui.content.MuPDFActivity" />
8182 <activity
82- android : name =" no.digipost.android .gui.content.UnsupportedDocumentFormatActivity"
83- android : configChanges =" orientation|screenSize" />
83+ android : name =" .gui.content.UnsupportedDocumentFormatActivity"
84+ android : configChanges =" orientation|screenSize" />
8485 <activity
85- android : name =" no.digipost.android .gui.content.UploadActivity"
86- android : configChanges =" orientation|screenSize" />
86+ android : name =" .gui.content.UploadActivity"
87+ android : configChanges =" orientation|screenSize" />
8788 <activity
88- android : name =" no.digipost.android .gui.content.SettingsActivity"
89- android : configChanges =" orientation|screenSize" />
89+ android : name =" .gui.content.SettingsActivity"
90+ android : configChanges =" orientation|screenSize" />
9091 <activity
91- android : name =" no.digipost.android .gui.content.NotificationSettingsActivity"
92- android : configChanges =" orientation|screenSize"
93- android : windowSoftInputMode =" stateHidden" />
92+ android : name =" .gui.content.NotificationSettingsActivity"
93+ android : configChanges =" orientation|screenSize"
94+ android : windowSoftInputMode =" stateHidden" />
9495 <activity
95- android : name =" no.digipost.android.gui.content.PersonalSettingsActivity"
96- android : configChanges =" orientation|screenSize" />
97-
96+ android : name =" .gui.content.PersonalSettingsActivity"
97+ android : configChanges =" orientation|screenSize" />
98+ <activity
99+ android : name =" .gui.content.invoice.InvoiceBankActivity" />
100+ <activity android : name =" .gui.content.invoice.InvoiceOptionsActivity" >
101+ </activity >
98102 <receiver
99103 android : name =" com.google.android.gms.gcm.GcmReceiver"
100104 android : exported =" true"
101- android : permission =" com.google.android.c2dm.permission.SEND" >
105+ android : permission =" com.google.android.c2dm.permission.SEND" >
102106 <intent-filter >
103- <action android : name =" com.google.android.c2dm.intent.RECEIVE" />
104- <category android : name =" no.digipost.android.gcmreceiver" />
107+ <action android : name =" com.google.android.c2dm.intent.RECEIVE" />
108+
109+ <category android : name =" no.digipost.android.gcmreceiver" />
105110 </intent-filter >
106111 </receiver >
107-
108- < receiver android : name =" com.google.android.gms.analytics.AnalyticsReceiver"
109- android : enabled =" true"
110- android : exported =" false" >
112+ < receiver
113+ android : name =" com.google.android.gms.analytics.AnalyticsReceiver"
114+ android : enabled =" true"
115+ android : exported =" false" >
111116 <intent-filter >
112- <action android : name =" com.google.android.gms.analytics.ANALYTICS_DISPATCH" />
117+ <action android : name =" com.google.android.gms.analytics.ANALYTICS_DISPATCH" />
113118 </intent-filter >
114119 </receiver >
115- <service android : name =" com.google.android.gms.analytics.AnalyticsService"
116- android : enabled =" true"
117- android : exported =" false"
118- />
119120
120121 <service
121- android : name =" no.digipost.android.gcm.ListenerService"
122- android : exported =" false" >
122+ android : name =" com.google.android.gms.analytics.AnalyticsService"
123+ android : enabled =" true"
124+ android : exported =" false" />
125+ <service
126+ android : name =" .gcm.ListenerService"
127+ android : exported =" false" >
123128 <intent-filter >
124- <action android : name =" com.google.android.c2dm.intent.RECEIVE" />
129+ <action android : name =" com.google.android.c2dm.intent.RECEIVE" />
125130 </intent-filter >
126131 </service >
127-
128132 <service
129- android : name =" no.digipost.android .gcm.MyInstanceIDListenerService"
133+ android : name =" .gcm.MyInstanceIDListenerService"
130134 android : exported =" false" >
131135 <intent-filter >
132136 <action android : name =" com.google.android.gms.iid.InstanceID" />
133137 </intent-filter >
134138 </service >
135-
136139 <service
137- android : name =" no.digipost.android .gcm.RegistrationService"
140+ android : name =" .gcm.RegistrationService"
138141 android : exported =" false" >
139142 </service >
140143
141-
142144 <meta-data
143145 android : name =" com.google.android.gms.version"
144- android : value =" @integer/google_play_services_version" />
146+ android : value =" @integer/google_play_services_version" />
145147
146148 </application >
149+
147150</manifest >
0 commit comments