1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.ustadmobile.meshrabiya.testapp"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="26"
9        android:targetSdkVersion="34" />
10
11    <uses-feature android:name="android.software.companion_device_setup" />
11-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:5:5-75
11-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:5:19-73
12
13    <uses-permission android:name="android.permission.INTERNET" />
13-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:7:5-67
13-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:7:22-64
14    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
14-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:9:5-79
14-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:9:22-76
15
16    <!-- Required to create local only hotspot, use wifimanager, etc -->
17    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
17-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:12:5-76
17-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:12:22-73
18    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
18-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:13:5-76
18-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:13:22-73
19    <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
19-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:14:5-79
19-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:14:22-76
20
21    <!--
22    Location permissions for use of local hotspot
23    https://developer.android.com/guide/topics/connectivity/localonlyhotspot
24    -->
25
26
27    <!-- required for wifi performance lock -->
28    <uses-permission android:name="android.permission.WAKE_LOCK" />
28-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:23:5-67
28-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:23:22-65
29
30    <!-- For QR code scanning -->
31    <uses-permission android:name="android.permission.CAMERA" />
31-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:26:5-64
31-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:26:22-62
32
33    <uses-feature
33-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:28:5-30:35
34        android:name="android.hardware.camera"
34-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:29:9-47
35        android:required="false" />
35-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:30:9-33
36
37    <!--
38         If your app targets Android 13 (API level 33)
39          or higher, you must declare the NEARBY_WIFI_DEVICES permission.
40    -->
41    <uses-permission
41-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:34:5-35:58
42        android:name="android.permission.NEARBY_WIFI_DEVICES"
42-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:34:22-75
43        android:usesPermissionFlags="neverForLocation" />
43-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:35:9-55
44    <uses-permission
44-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:36:5-37:38
45        android:name="android.permission.ACCESS_FINE_LOCATION"
45-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:36:22-76
46        android:maxSdkVersion="32" />
46-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:37:9-35
47    <uses-permission
47-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:38:5-39:38
48        android:name="android.permission.ACCESS_COARSE_LOCATION"
48-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:38:22-78
49        android:maxSdkVersion="32" />
49-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:39:9-35
50
51    <queries>
51-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:41:5-46:15
52        <intent>
52-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:42:9-45:18
53            <action android:name="android.intent.action.VIEW" />
53-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:43:13-64
53-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:43:21-62
54
55            <data android:mimeType="*/*" />
55-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:44:13-43
55-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:44:19-41
56        </intent>
57    </queries>
58
59    <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> <!-- Request legacy Bluetooth permissions on older devices. -->
59-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:20:5-76
59-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:20:22-73
60    <uses-permission
60-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:23:5-25:38
61        android:name="android.permission.BLUETOOTH"
61-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:24:9-52
62        android:maxSdkVersion="30" />
62-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:25:9-35
63    <uses-permission
63-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:26:5-28:38
64        android:name="android.permission.BLUETOOTH_ADMIN"
64-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:27:9-58
65        android:maxSdkVersion="30" />
65-->[:lib-meshrabiya] /home/jenkins/.jenkins/workspace/Meshrabiya/lib-meshrabiya/build/intermediates/merged_manifest/debug/AndroidManifest.xml:28:9-35
66
67    <permission
67-->[androidx.core:core:1.11.0-beta02] /home/jenkins/.gradle/caches/transforms-3/83a3f93017bfeb34752b6b2313242830/transformed/core-1.11.0-beta02/AndroidManifest.xml:22:5-24:47
68        android:name="com.ustadmobile.meshrabiya.testapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
68-->[androidx.core:core:1.11.0-beta02] /home/jenkins/.gradle/caches/transforms-3/83a3f93017bfeb34752b6b2313242830/transformed/core-1.11.0-beta02/AndroidManifest.xml:23:9-81
69        android:protectionLevel="signature" />
69-->[androidx.core:core:1.11.0-beta02] /home/jenkins/.gradle/caches/transforms-3/83a3f93017bfeb34752b6b2313242830/transformed/core-1.11.0-beta02/AndroidManifest.xml:24:9-44
70
71    <uses-permission android:name="com.ustadmobile.meshrabiya.testapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
71-->[androidx.core:core:1.11.0-beta02] /home/jenkins/.gradle/caches/transforms-3/83a3f93017bfeb34752b6b2313242830/transformed/core-1.11.0-beta02/AndroidManifest.xml:26:5-97
71-->[androidx.core:core:1.11.0-beta02] /home/jenkins/.gradle/caches/transforms-3/83a3f93017bfeb34752b6b2313242830/transformed/core-1.11.0-beta02/AndroidManifest.xml:26:22-94
72
73    <uses-feature
73-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:28:5-30:36
74        android:name="android.hardware.camera.front"
74-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:29:9-53
75        android:required="false" /> <!-- TODO replace above two with next line after Android 4.2 -->
75-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:30:9-33
76    <!-- <uses-feature android:name="android.hardware.camera.any"/> -->
77    <uses-feature
77-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:33:5-35:36
78        android:name="android.hardware.camera.autofocus"
78-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:34:9-57
79        android:required="false" />
79-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:35:9-33
80    <uses-feature
80-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:36:5-38:36
81        android:name="android.hardware.camera.flash"
81-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:37:9-53
82        android:required="false" />
82-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:38:9-33
83    <uses-feature
83-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:39:5-41:36
84        android:name="android.hardware.screen.landscape"
84-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:40:9-57
85        android:required="false" />
85-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:41:9-33
86    <uses-feature
86-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:42:5-44:36
87        android:name="android.hardware.wifi"
87-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:43:9-45
88        android:required="false" />
88-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:44:9-33
89
90    <application
90-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:48:5-93:19
91        android:name="com.ustadmobile.meshrabiya.testapp.App"
91-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:49:9-28
92        android:allowBackup="true"
92-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:50:9-35
93        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
93-->[androidx.core:core:1.11.0-beta02] /home/jenkins/.gradle/caches/transforms-3/83a3f93017bfeb34752b6b2313242830/transformed/core-1.11.0-beta02/AndroidManifest.xml:28:18-86
94        android:debuggable="true"
95        android:extractNativeLibs="false"
96        android:icon="@mipmap/ic_launcher"
96-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:51:9-43
97        android:label="@string/app_name"
97-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:52:9-41
98        android:roundIcon="@mipmap/ic_launcher_round"
98-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:54:9-54
99        android:supportsRtl="true"
99-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:55:9-35
100        android:theme="@style/Theme.HttpOverBluetooth"
100-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:56:9-55
101        android:usesCleartextTraffic="true" >
101-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:53:9-44
102        <provider
102-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:58:9-67:20
103            android:name="androidx.core.content.FileProvider"
103-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:59:13-62
104            android:authorities="com.ustadmobile.meshrabiya.testapp.fileprovider"
104-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:60:13-82
105            android:exported="false"
105-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:62:13-37
106            android:grantUriPermissions="true" >
106-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:61:13-47
107            <meta-data
107-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:64:13-66:52
108                android:name="android.support.FILE_PROVIDER_PATHS"
108-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:65:17-67
109                android:resource="@xml/filepaths" />
109-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:66:17-50
110        </provider>
111
112        <activity
112-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:69:9-79:20
113            android:name="com.ustadmobile.meshrabiya.testapp.VNetTestActivity"
113-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:70:13-45
114            android:exported="true"
114-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:71:13-36
115            android:label="@string/app_name"
115-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:72:13-45
116            android:theme="@style/Theme.HttpOverBluetooth" >
116-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:73:13-59
117            <intent-filter>
117-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:74:13-78:29
118                <action android:name="android.intent.action.MAIN" />
118-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:75:17-69
118-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:75:25-66
119
120                <category android:name="android.intent.category.LAUNCHER" />
120-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:77:17-77
120-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:77:27-74
121            </intent-filter>
122        </activity>
123        <activity
123-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:81:9-86:15
124            android:name="com.ustadmobile.meshrabiya.testapp.CodeScannerActivity"
124-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:82:13-48
125            android:exported="true"
125-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:83:13-36
126            android:label="QR code scan"
126-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:84:13-41
127            android:theme="@style/Theme.HttpOverBluetooth" />
127-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:85:13-59
128        <activity
128-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:88:9-91:49
129            android:name="com.journeyapps.barcodescanner.CaptureActivity"
129-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:89:13-74
130            android:clearTaskOnLaunch="true"
130-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:49:13-45
131            android:screenOrientation="fullSensor"
131-->/home/jenkins/.jenkins/workspace/Meshrabiya/test-app/src/main/AndroidManifest.xml:90:13-51
132            android:stateNotNeeded="true"
132-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:51:13-42
133            android:theme="@style/zxing_CaptureTheme"
133-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:52:13-54
134            android:windowSoftInputMode="stateAlwaysHidden" />
134-->[com.journeyapps:zxing-android-embedded:4.3.0] /home/jenkins/.gradle/caches/transforms-3/691a7bf73ebb8994c1a1afa590440922/transformed/zxing-android-embedded-4.3.0/AndroidManifest.xml:53:13-60
135        <activity
135-->[ch.acra:acra-dialog:5.11.0] /home/jenkins/.gradle/caches/transforms-3/2426cdbbc627552c02323c15e00d8284/transformed/acra-dialog-5.11.0/AndroidManifest.xml:23:9-29:59
136            android:name="org.acra.dialog.CrashReportDialog"
136-->[ch.acra:acra-dialog:5.11.0] /home/jenkins/.gradle/caches/transforms-3/2426cdbbc627552c02323c15e00d8284/transformed/acra-dialog-5.11.0/AndroidManifest.xml:24:13-61
137            android:excludeFromRecents="true"
137-->[ch.acra:acra-dialog:5.11.0] /home/jenkins/.gradle/caches/transforms-3/2426cdbbc627552c02323c15e00d8284/transformed/acra-dialog-5.11.0/AndroidManifest.xml:25:13-46
138            android:finishOnTaskLaunch="true"
138-->[ch.acra:acra-dialog:5.11.0] /home/jenkins/.gradle/caches/transforms-3/2426cdbbc627552c02323c15e00d8284/transformed/acra-dialog-5.11.0/AndroidManifest.xml:26:13-46
139            android:launchMode="singleInstance"
139-->[ch.acra:acra-dialog:5.11.0] /home/jenkins/.gradle/caches/transforms-3/2426cdbbc627552c02323c15e00d8284/transformed/acra-dialog-5.11.0/AndroidManifest.xml:27:13-48
140            android:process=":acra"
140-->[ch.acra:acra-dialog:5.11.0] /home/jenkins/.gradle/caches/transforms-3/2426cdbbc627552c02323c15e00d8284/transformed/acra-dialog-5.11.0/AndroidManifest.xml:28:13-36
141            android:theme="@android:style/Theme.Dialog" />
141-->[ch.acra:acra-dialog:5.11.0] /home/jenkins/.gradle/caches/transforms-3/2426cdbbc627552c02323c15e00d8284/transformed/acra-dialog-5.11.0/AndroidManifest.xml:29:13-56
142
143        <service
143-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:24:9-28:39
144            android:name="org.acra.sender.LegacySenderService"
144-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:25:13-63
145            android:enabled="@bool/acra_enable_legacy_service"
145-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:26:13-63
146            android:exported="false"
146-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:27:13-37
147            android:process=":acra" />
147-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:28:13-36
148        <service
148-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:29:9-34:39
149            android:name="org.acra.sender.JobSenderService"
149-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:30:13-60
150            android:enabled="@bool/acra_enable_job_service"
150-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:31:13-60
151            android:exported="false"
151-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:32:13-37
152            android:permission="android.permission.BIND_JOB_SERVICE"
152-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:33:13-69
153            android:process=":acra" />
153-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:34:13-36
154
155        <provider
155-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:36:9-42:51
156            android:name="org.acra.attachment.AcraContentProvider"
156-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:37:13-67
157            android:authorities="com.ustadmobile.meshrabiya.testapp.acra"
157-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:38:13-56
158            android:exported="false"
158-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:39:13-37
159            android:grantUriPermissions="true"
159-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:40:13-47
160            android:process=":acra" />
160-->[ch.acra:acra-core:5.11.0] /home/jenkins/.gradle/caches/transforms-3/efc85de57179b9d7f2c980cba7a78d12/transformed/acra-core-5.11.0/AndroidManifest.xml:41:13-36
161
162        <activity
162-->[androidx.compose.ui:ui-tooling-android:1.6.0-alpha02] /home/jenkins/.gradle/caches/transforms-3/e0a8f5e644cd6cd2bc492351070bb8d8/transformed/ui-tooling-release/AndroidManifest.xml:23:9-25:39
163            android:name="androidx.compose.ui.tooling.PreviewActivity"
163-->[androidx.compose.ui:ui-tooling-android:1.6.0-alpha02] /home/jenkins/.gradle/caches/transforms-3/e0a8f5e644cd6cd2bc492351070bb8d8/transformed/ui-tooling-release/AndroidManifest.xml:24:13-71
164            android:exported="true" />
164-->[androidx.compose.ui:ui-tooling-android:1.6.0-alpha02] /home/jenkins/.gradle/caches/transforms-3/e0a8f5e644cd6cd2bc492351070bb8d8/transformed/ui-tooling-release/AndroidManifest.xml:25:13-36
165        <activity
165-->[androidx.compose.ui:ui-test-manifest:1.6.0-alpha02] /home/jenkins/.gradle/caches/transforms-3/3d2dde2482853ac2c162f31b6a27f839/transformed/ui-test-manifest-1.6.0-alpha02/AndroidManifest.xml:23:9-25:39
166            android:name="androidx.activity.ComponentActivity"
166-->[androidx.compose.ui:ui-test-manifest:1.6.0-alpha02] /home/jenkins/.gradle/caches/transforms-3/3d2dde2482853ac2c162f31b6a27f839/transformed/ui-test-manifest-1.6.0-alpha02/AndroidManifest.xml:24:13-63
167            android:exported="true" />
167-->[androidx.compose.ui:ui-test-manifest:1.6.0-alpha02] /home/jenkins/.gradle/caches/transforms-3/3d2dde2482853ac2c162f31b6a27f839/transformed/ui-test-manifest-1.6.0-alpha02/AndroidManifest.xml:25:13-36
168
169        <provider
169-->[androidx.emoji2:emoji2:1.3.0] /home/jenkins/.gradle/caches/transforms-3/0f50d8705bccfd0c1be877c97a7bfb8a/transformed/emoji2-1.3.0/AndroidManifest.xml:24:9-32:20
170            android:name="androidx.startup.InitializationProvider"
170-->[androidx.emoji2:emoji2:1.3.0] /home/jenkins/.gradle/caches/transforms-3/0f50d8705bccfd0c1be877c97a7bfb8a/transformed/emoji2-1.3.0/AndroidManifest.xml:25:13-67
171            android:authorities="com.ustadmobile.meshrabiya.testapp.androidx-startup"
171-->[androidx.emoji2:emoji2:1.3.0] /home/jenkins/.gradle/caches/transforms-3/0f50d8705bccfd0c1be877c97a7bfb8a/transformed/emoji2-1.3.0/AndroidManifest.xml:26:13-68
172            android:exported="false" >
172-->[androidx.emoji2:emoji2:1.3.0] /home/jenkins/.gradle/caches/transforms-3/0f50d8705bccfd0c1be877c97a7bfb8a/transformed/emoji2-1.3.0/AndroidManifest.xml:27:13-37
173            <meta-data
173-->[androidx.emoji2:emoji2:1.3.0] /home/jenkins/.gradle/caches/transforms-3/0f50d8705bccfd0c1be877c97a7bfb8a/transformed/emoji2-1.3.0/AndroidManifest.xml:29:13-31:52
174                android:name="androidx.emoji2.text.EmojiCompatInitializer"
174-->[androidx.emoji2:emoji2:1.3.0] /home/jenkins/.gradle/caches/transforms-3/0f50d8705bccfd0c1be877c97a7bfb8a/transformed/emoji2-1.3.0/AndroidManifest.xml:30:17-75
175                android:value="androidx.startup" />
175-->[androidx.emoji2:emoji2:1.3.0] /home/jenkins/.gradle/caches/transforms-3/0f50d8705bccfd0c1be877c97a7bfb8a/transformed/emoji2-1.3.0/AndroidManifest.xml:31:17-49
176            <meta-data
176-->[androidx.lifecycle:lifecycle-process:2.6.1] /home/jenkins/.gradle/caches/transforms-3/20beb0a8b340a5d363c80d35e2cc9463/transformed/lifecycle-process-2.6.1/AndroidManifest.xml:29:13-31:52
177                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
177-->[androidx.lifecycle:lifecycle-process:2.6.1] /home/jenkins/.gradle/caches/transforms-3/20beb0a8b340a5d363c80d35e2cc9463/transformed/lifecycle-process-2.6.1/AndroidManifest.xml:30:17-78
178                android:value="androidx.startup" />
178-->[androidx.lifecycle:lifecycle-process:2.6.1] /home/jenkins/.gradle/caches/transforms-3/20beb0a8b340a5d363c80d35e2cc9463/transformed/lifecycle-process-2.6.1/AndroidManifest.xml:31:17-49
179            <meta-data
179-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:29:13-31:52
180                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
180-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:30:17-85
181                android:value="androidx.startup" />
181-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:31:17-49
182        </provider>
183
184        <receiver
184-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:34:9-52:20
185            android:name="androidx.profileinstaller.ProfileInstallReceiver"
185-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:35:13-76
186            android:directBootAware="false"
186-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:36:13-44
187            android:enabled="true"
187-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:37:13-35
188            android:exported="true"
188-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:38:13-36
189            android:permission="android.permission.DUMP" >
189-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:39:13-57
190            <intent-filter>
190-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:40:13-42:29
191                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
191-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:41:17-91
191-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:41:25-88
192            </intent-filter>
193            <intent-filter>
193-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:43:13-45:29
194                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
194-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:44:17-85
194-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:44:25-82
195            </intent-filter>
196            <intent-filter>
196-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:46:13-48:29
197                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
197-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:47:17-88
197-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:47:25-85
198            </intent-filter>
199            <intent-filter>
199-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:49:13-51:29
200                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
200-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:50:17-95
200-->[androidx.profileinstaller:profileinstaller:1.3.0] /home/jenkins/.gradle/caches/transforms-3/2af745f3930f182f713a0065b332d1ea/transformed/profileinstaller-1.3.0/AndroidManifest.xml:50:25-92
201            </intent-filter>
202        </receiver>
203    </application>
204
205</manifest>
