1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.narrador.app"
4    android:versionCode="1"
5    android:versionName="1.0.0" >
6
7    <uses-sdk
8        android:minSdkVersion="26"
9        android:targetSdkVersion="34" />
10
11    <uses-permission android:name="android.permission.INTERNET" />
11-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:4:5-67
11-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:4:22-64
12    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
12-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:5:5-79
12-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:5:22-76
13    <uses-permission android:name="android.permission.READ_MEDIA_DOCUMENTS" />
13-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:6:5-79
13-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:6:22-76
14    <uses-permission
14-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:7:5-9:38
15        android:name="android.permission.READ_EXTERNAL_STORAGE"
15-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:8:9-64
16        android:maxSdkVersion="32" />
16-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:9:9-35
17
18    <permission
18-->[androidx.core:core:1.13.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/93ca659c8ce1175643b9542fdce81161/transformed/core-1.13.1/AndroidManifest.xml:22:5-24:47
19        android:name="com.narrador.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
19-->[androidx.core:core:1.13.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/93ca659c8ce1175643b9542fdce81161/transformed/core-1.13.1/AndroidManifest.xml:23:9-81
20        android:protectionLevel="signature" />
20-->[androidx.core:core:1.13.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/93ca659c8ce1175643b9542fdce81161/transformed/core-1.13.1/AndroidManifest.xml:24:9-44
21
22    <uses-permission android:name="com.narrador.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
22-->[androidx.core:core:1.13.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/93ca659c8ce1175643b9542fdce81161/transformed/core-1.13.1/AndroidManifest.xml:26:5-97
22-->[androidx.core:core:1.13.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/93ca659c8ce1175643b9542fdce81161/transformed/core-1.13.1/AndroidManifest.xml:26:22-94
23
24    <application
24-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:11:5-49:19
25        android:name="com.narrador.app.NarradorApp"
25-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:12:9-36
26        android:allowBackup="true"
26-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:13:9-35
27        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
27-->[androidx.core:core:1.13.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/93ca659c8ce1175643b9542fdce81161/transformed/core-1.13.1/AndroidManifest.xml:28:18-86
28        android:debuggable="true"
29        android:extractNativeLibs="false"
30        android:icon="@drawable/ic_launcher"
30-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:14:9-45
31        android:label="@string/app_name"
31-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:15:9-41
32        android:roundIcon="@drawable/ic_launcher"
32-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:16:9-50
33        android:supportsRtl="true"
33-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:17:9-35
34        android:theme="@style/Theme.Narrador"
34-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:18:9-46
35        android:usesCleartextTraffic="false" >
35-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:19:9-45
36        <activity
36-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:21:9-48:20
37            android:name="com.narrador.app.MainActivity"
37-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:22:13-41
38            android:configChanges="orientation|screenSize|keyboardHidden"
38-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:24:13-74
39            android:exported="true"
39-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:23:13-36
40            android:windowSoftInputMode="adjustResize" >
40-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:25:13-55
41            <intent-filter>
41-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:26:13-29:29
42                <action android:name="android.intent.action.MAIN" />
42-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:27:17-69
42-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:27:25-66
43
44                <category android:name="android.intent.category.LAUNCHER" />
44-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:28:17-77
44-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:28:27-74
45            </intent-filter>
46            <intent-filter>
46-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:30:13-37:29
47                <action android:name="android.intent.action.VIEW" />
47-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:31:17-69
47-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:31:25-66
48
49                <category android:name="android.intent.category.DEFAULT" />
49-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:32:17-76
49-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:32:27-73
50                <category android:name="android.intent.category.BROWSABLE" />
50-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:33:17-78
50-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:33:27-75
51
52                <data
52-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
53                    android:host="www.youtube.com"
53-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:46-76
54                    android:scheme="https" />
54-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:23-45
55                <data
55-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
56                    android:host="m.youtube.com"
56-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:46-76
57                    android:scheme="https" />
57-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:23-45
58                <data
58-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
59                    android:host="youtube.com"
59-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:46-76
60                    android:scheme="https" />
60-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:23-45
61            </intent-filter>
62            <intent-filter>
62-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:38:13-47:29
63                <action android:name="android.intent.action.VIEW" />
63-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:31:17-69
63-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:31:25-66
64
65                <category android:name="android.intent.category.DEFAULT" />
65-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:32:17-76
65-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:32:27-73
66                <category android:name="android.intent.category.BROWSABLE" />
66-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:33:17-78
66-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:33:27-75
67
68                <data android:mimeType="text/*" />
68-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
68-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:42:23-48
69                <data android:mimeType="application/pdf" />
69-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
69-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:42:23-48
70                <data android:mimeType="application/epub+zip" />
70-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
70-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:42:23-48
71                <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
71-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
71-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:42:23-48
72                <data android:mimeType="application/msword" />
72-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:34:17-79
72-->/home/joel/Documentos/Code APP/Narrador/android/app/src/main/AndroidManifest.xml:42:23-48
73            </intent-filter>
74        </activity>
75
76        <provider
76-->[androidx.emoji2:emoji2:1.3.0] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/68784e7a9ad5c5bd0b3e3135eb3b576e/transformed/emoji2-1.3.0/AndroidManifest.xml:24:9-32:20
77            android:name="androidx.startup.InitializationProvider"
77-->[androidx.emoji2:emoji2:1.3.0] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/68784e7a9ad5c5bd0b3e3135eb3b576e/transformed/emoji2-1.3.0/AndroidManifest.xml:25:13-67
78            android:authorities="com.narrador.app.androidx-startup"
78-->[androidx.emoji2:emoji2:1.3.0] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/68784e7a9ad5c5bd0b3e3135eb3b576e/transformed/emoji2-1.3.0/AndroidManifest.xml:26:13-68
79            android:exported="false" >
79-->[androidx.emoji2:emoji2:1.3.0] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/68784e7a9ad5c5bd0b3e3135eb3b576e/transformed/emoji2-1.3.0/AndroidManifest.xml:27:13-37
80            <meta-data
80-->[androidx.emoji2:emoji2:1.3.0] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/68784e7a9ad5c5bd0b3e3135eb3b576e/transformed/emoji2-1.3.0/AndroidManifest.xml:29:13-31:52
81                android:name="androidx.emoji2.text.EmojiCompatInitializer"
81-->[androidx.emoji2:emoji2:1.3.0] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/68784e7a9ad5c5bd0b3e3135eb3b576e/transformed/emoji2-1.3.0/AndroidManifest.xml:30:17-75
82                android:value="androidx.startup" />
82-->[androidx.emoji2:emoji2:1.3.0] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/68784e7a9ad5c5bd0b3e3135eb3b576e/transformed/emoji2-1.3.0/AndroidManifest.xml:31:17-49
83            <meta-data
83-->[androidx.lifecycle:lifecycle-process:2.8.4] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/c25a003fb39e53ab49fa139632ae3a0a/transformed/lifecycle-process-2.8.4/AndroidManifest.xml:29:13-31:52
84                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
84-->[androidx.lifecycle:lifecycle-process:2.8.4] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/c25a003fb39e53ab49fa139632ae3a0a/transformed/lifecycle-process-2.8.4/AndroidManifest.xml:30:17-78
85                android:value="androidx.startup" />
85-->[androidx.lifecycle:lifecycle-process:2.8.4] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/c25a003fb39e53ab49fa139632ae3a0a/transformed/lifecycle-process-2.8.4/AndroidManifest.xml:31:17-49
86            <meta-data
86-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:29:13-31:52
87                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
87-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:30:17-85
88                android:value="androidx.startup" />
88-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:31:17-49
89        </provider>
90
91        <receiver
91-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:34:9-52:20
92            android:name="androidx.profileinstaller.ProfileInstallReceiver"
92-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:35:13-76
93            android:directBootAware="false"
93-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:36:13-44
94            android:enabled="true"
94-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:37:13-35
95            android:exported="true"
95-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:38:13-36
96            android:permission="android.permission.DUMP" >
96-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:39:13-57
97            <intent-filter>
97-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:40:13-42:29
98                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
98-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:17-91
98-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:25-88
99            </intent-filter>
100            <intent-filter>
100-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:43:13-45:29
101                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
101-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:17-85
101-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:25-82
102            </intent-filter>
103            <intent-filter>
103-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:46:13-48:29
104                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
104-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:17-88
104-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:25-85
105            </intent-filter>
106            <intent-filter>
106-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:49:13-51:29
107                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
107-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:17-95
107-->[androidx.profileinstaller:profileinstaller:1.3.1] /tmp/cursor-sandbox-cache/1b5b096e0c3772d29a0f108545a05910/gradle/caches/9.1.0/transforms/09ee2c0b73d9761181aba8b47faa6c92/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:25-92
108            </intent-filter>
109        </receiver>
110    </application>
111
112</manifest>
