· 6 years ago · Feb 23, 2020, 01:24 PM
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools"
4 package="com.bor.myborneo">
5
6 <uses-permission android:name="android.permission.INTERNET" />
7 <uses-permission android:name="android.permission.CAMERA" />
8 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
9 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
10 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
11 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
12 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
13 <uses-permission
14 android:name="android.permission.WRITE_SETTINGS"
15 tools:ignore="ProtectedPermissions" />
16
17 <application
18 android:networkSecurityConfig="@xml/network_security_config"
19 android:name=".config.MyApplication_p"
20 android:allowBackup="true"
21 android:icon="@mipmap/ic_bhg"
22 android:label="@string/app_name"
23 android:roundIcon="@mipmap/ic_bhg"
24 android:supportsRtl="true"
25 android:theme="@style/AppTheme"
26 tools:overrideLibrary="androidmads.library.qrgenearator"
27 tools:replace="android:allowBackup,icon,theme,label">
28 <activity
29 android:name=".Splash"
30 android:theme="@style/AppTheme">
31 <intent-filter>
32 <action android:name="android.intent.action.MAIN" />
33
34 <category android:name="android.intent.category.LAUNCHER" />
35 </intent-filter>
36 </activity>
37 <activity
38 android:name=".menu.Menu"
39 android:label="My Presence"
40 android:screenOrientation="portrait"
41 android:theme="@style/nLiveoDrawer" />
42 <activity
43 android:name=".Login"
44 android:screenOrientation="portrait"
45 android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
46 android:windowSoftInputMode="stateAlwaysHidden" />
47 <activity
48 android:name=".Daftar"
49 android:screenOrientation="portrait"
50 android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
51 android:windowSoftInputMode="stateAlwaysHidden" />
52 <activity
53 android:name=".qrcode.GenerateQrCode"
54 android:screenOrientation="portrait"
55 android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
56 android:windowSoftInputMode="stateAlwaysHidden" />
57 <activity
58 android:name=".menu.ClassIDCard"
59 android:screenOrientation="portrait"
60 android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
61 android:windowSoftInputMode="stateAlwaysHidden" />
62 <activity
63 android:name=".kpi.Kpi"
64 android:screenOrientation="portrait"
65 android:theme="@style/Theme.AppCompat.Light.NoActionBar"
66 android:windowSoftInputMode="adjustResize" />
67 <activity
68 android:name=".menu.TampilPdf"
69 android:label="REPORT KPI"
70 android:parentActivityName=".kpi.Kpi"
71 android:screenOrientation="portrait"
72 android:windowSoftInputMode="stateAlwaysHidden" />
73 <activity
74 android:name=".myslip.MySlip"
75 android:label="LIST E-SLIP"
76 android:parentActivityName=".menu.Menu"
77 android:screenOrientation="portrait"
78 android:windowSoftInputMode="stateAlwaysHidden" />
79 <activity
80 android:name=".myslip.DetailSlip"
81 android:label="E-SLIP"
82 android:parentActivityName=".myslip.MySlip"
83 android:screenOrientation="portrait"
84 android:windowSoftInputMode="stateAlwaysHidden" />
85 <activity
86 android:name=".myslip.Kehadiran"
87 android:label="KEHADIRAN"
88 android:parentActivityName=".myslip.DetailSlip"
89 android:screenOrientation="landscape"
90 android:windowSoftInputMode="stateAlwaysHidden" />
91 <activity
92 android:name=".menu.MyReport"
93 android:label="MY REPORT"
94 android:parentActivityName=".menu.Menu"
95 android:screenOrientation="portrait"
96 android:windowSoftInputMode="stateAlwaysHidden" />
97 <activity
98 android:name=".menu.TheLoser"
99 android:label="ADD THE LOSER"
100 android:parentActivityName=".myslip.Loser"
101 android:screenOrientation="portrait"
102 android:windowSoftInputMode="stateAlwaysHidden" />
103 <activity
104 android:name=".myslip.Loser"
105 android:label="THE LOSER"
106 android:parentActivityName=".menu.Menu"
107 android:screenOrientation="portrait"
108 android:windowSoftInputMode="stateAlwaysHidden" />
109 <activity
110 android:name=".myslip.DetailLoser"
111 android:label="DETAIL THE LOSER"
112 android:parentActivityName=".myslip.Loser"
113 android:screenOrientation="portrait"
114 android:windowSoftInputMode="stateAlwaysHidden" />
115 <activity
116 android:name=".qrcode.ScanQR"
117 android:screenOrientation="portrait"
118 android:theme="@style/nLiveoDrawer" />
119 <activity
120 android:name=".menu.FragmentProfil"
121 android:screenOrientation="portrait"
122 android:theme="@style/Theme.AppCompat.Light.NoActionBar"
123 android:windowSoftInputMode="adjustResize" />
124 <activity
125 android:name=".absen.ScannAbsen"
126 android:screenOrientation="portrait"
127 android:theme="@style/nLiveoDrawer" />
128 <activity
129 android:name=".absen.ListAbsen"
130 android:screenOrientation="portrait"
131 android:theme="@style/nLiveoDrawer" />
132 <activity
133 android:name=".absen.BuatAbsen"
134 android:screenOrientation="portrait"
135 android:theme="@style/nLiveoDrawer" />
136 <activity
137 android:name=".menu.privacypolicy"
138 android:screenOrientation="portrait"
139 android:theme="@style/nLiveoDrawer"
140 android:windowSoftInputMode="stateAlwaysHidden" />
141 <activity
142 android:name=".menu.editprofil"
143 android:screenOrientation="portrait"
144 android:theme="@style/nLiveoDrawer"
145 android:windowSoftInputMode="stateAlwaysHidden" />
146 <activity
147 android:name=".menu.FotoViewer"
148 android:theme="@style/nLiveoDrawer"
149 android:windowSoftInputMode="stateAlwaysHidden" />
150 <activity
151 android:name=".absen.KehadiranBulan"
152 android:label="Daftar Absen Per Bulan"
153 android:parentActivityName=".absen.ListAbsen"
154 android:screenOrientation="portrait"
155 android:windowSoftInputMode="stateAlwaysHidden" />
156 <activity
157 android:name=".absen.KehadiranDua"
158 android:label="Daftar Absen Harian"
159 android:parentActivityName=".absen.KehadiranBulan"
160 android:screenOrientation="portrait"
161 android:windowSoftInputMode="stateAlwaysHidden" />
162 <activity
163 android:name=".absen.MyShift"
164 android:label="Daftar Shift"
165 android:parentActivityName=".menu.Menu"
166 android:screenOrientation="portrait"
167 android:windowSoftInputMode="stateAlwaysHidden" />
168 <activity
169 android:name=".kpi.ListKpi"
170 android:screenOrientation="portrait"
171 android:theme="@style/nLiveoDrawer"
172 android:windowSoftInputMode="stateAlwaysHidden" />
173 <activity
174 android:name=".kpi.KpiView"
175 android:screenOrientation="portrait"
176 android:theme="@style/nLiveoDrawer"
177 android:windowSoftInputMode="stateAlwaysHidden" />
178 <activity
179 android:name=".kpi.BuatKpi"
180 android:screenOrientation="portrait"
181 android:theme="@style/nLiveoDrawer"
182 android:windowSoftInputMode="stateAlwaysHidden" />
183 <activity
184 android:name=".AboutPhone"
185 android:screenOrientation="portrait"
186 android:theme="@style/nLiveoDrawer"
187 android:windowSoftInputMode="stateAlwaysHidden" />
188 <activity
189 android:name=".AboutApp"
190 android:screenOrientation="portrait"
191 android:theme="@style/nLiveoDrawer"
192 android:windowSoftInputMode="stateAlwaysHidden" />
193 <activity
194 android:name=".CommingSoon"
195 android:screenOrientation="portrait"
196 android:theme="@style/nLiveoDrawer"
197 android:windowSoftInputMode="stateAlwaysHidden" />
198 <activity
199 android:name=".EditPassword"
200 android:screenOrientation="portrait"
201 android:theme="@style/nLiveoDrawer"
202 android:windowSoftInputMode="stateAlwaysHidden" />
203 <activity
204 android:name=".ChatRoomActivity"
205 android:screenOrientation="portrait"
206 android:theme="@style/nLiveoDrawer"
207 android:windowSoftInputMode="stateAlwaysHidden" />
208 <activity
209 android:name=".kpi.ApprovKpi"
210 android:screenOrientation="portrait"
211 android:theme="@style/nLiveoDrawer"
212 android:windowSoftInputMode="stateAlwaysHidden" />
213 <activity
214 android:name=".absen.Peringatan"
215 android:screenOrientation="portrait"
216 android:theme="@style/nLiveoDrawer"
217 android:windowSoftInputMode="stateAlwaysHidden" />
218 <activity
219 android:name=".AllKaryawan"
220 android:screenOrientation="portrait"
221 android:theme="@style/nLiveoDrawer"
222 android:windowSoftInputMode="stateAlwaysHidden" />
223 <activity
224 android:name=".CustomCamera"
225 android:screenOrientation="portrait"
226 android:theme="@style/nLiveoDrawer"
227 android:windowSoftInputMode="stateAlwaysHidden" />
228 <activity
229 android:name=".absen.ListManualAbsen"
230 android:screenOrientation="portrait"
231 android:theme="@style/nLiveoDrawer"
232 android:windowSoftInputMode="stateAlwaysHidden" />
233 <activity
234 android:name=".absen.ManulAbsen"
235 android:screenOrientation="portrait"
236 android:theme="@style/nLiveoDrawer"
237 android:windowSoftInputMode="stateAlwaysHidden" />
238 <!--
239 The API key for Google Maps-based APIs is defined as a string resource.
240 (See the file "res/values/google_maps_api.xml").
241 Note that the API key is linked to the encryption key used to sign the APK.
242 You need a different API key for each encryption key, including the release key that is used to
243 sign the APK for publishing.
244 You can define the keys for the debug and release targets in src/debug/ and src/release/.
245 -->
246 <activity
247 android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
248 android:theme="@style/Base.Theme.AppCompat" />
249
250 <meta-data
251 android:name="com.google.android.geo.API_KEY"
252 android:value="@string/google_maps_key" />
253 <meta-data
254 android:name="com.google.android.gms.version"
255 android:value="@integer/google_play_services_version" />
256
257 <activity
258 android:name=".menu.MapsActivity"
259 android:label="@string/title_activity_maps"
260 android:parentActivityName=".menu.Menu"
261 android:screenOrientation="portrait"
262 android:windowSoftInputMode="stateAlwaysHidden" />
263 <activity android:name=".menu.AddShift"></activity>
264 </application>
265
266</manifest>