1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.eonbry.store"
4    android:versionCode="2"
5    android:versionName="2.0" >
6
7    <uses-sdk
8        android:minSdkVersion="24"
9        android:targetSdkVersion="35" />
10
11    <!-- Permissões necessárias -->
12
13    <uses-permission android:name="android.permission.INTERNET" />
13-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:6:5-67
13-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:6:22-64
14    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
14-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:7:5-81
14-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:7:22-78
15    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
15-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:8:5-80
15-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:8:22-77
16    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
16-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:9:5-83
16-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:9:22-80
17
18    <!-- Compatibilidade Android TV -->
19    <uses-feature
19-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:12:5-90
20        android:name="android.hardware.touchscreen"
20-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:12:19-62
21        android:required="false" />
21-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:12:63-87
22    <uses-feature
22-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:13:5-87
23        android:name="android.software.leanback"
23-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:13:19-59
24        android:required="false" />
24-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:13:60-84
25
26    <permission
26-->[androidx.core:core:1.16.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\81b8f0c2d631128b905a518d2b3b6e6c\transformed\core-1.16.0\AndroidManifest.xml:22:5-24:47
27        android:name="com.eonbry.store.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
27-->[androidx.core:core:1.16.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\81b8f0c2d631128b905a518d2b3b6e6c\transformed\core-1.16.0\AndroidManifest.xml:23:9-81
28        android:protectionLevel="signature" />
28-->[androidx.core:core:1.16.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\81b8f0c2d631128b905a518d2b3b6e6c\transformed\core-1.16.0\AndroidManifest.xml:24:9-44
29
30    <uses-permission android:name="com.eonbry.store.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
30-->[androidx.core:core:1.16.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\81b8f0c2d631128b905a518d2b3b6e6c\transformed\core-1.16.0\AndroidManifest.xml:26:5-97
30-->[androidx.core:core:1.16.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\81b8f0c2d631128b905a518d2b3b6e6c\transformed\core-1.16.0\AndroidManifest.xml:26:22-94
31
32    <application
32-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:15:5-65:19
33        android:allowBackup="true"
33-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:16:9-35
34        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
34-->[androidx.core:core:1.16.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\81b8f0c2d631128b905a518d2b3b6e6c\transformed\core-1.16.0\AndroidManifest.xml:28:18-86
35        android:banner="@drawable/banner_tv"
35-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:22:9-45
36        android:debuggable="true"
37        android:extractNativeLibs="false"
38        android:icon="@mipmap/ic_launcher"
38-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:17:9-43
39        android:label="@string/app_name"
39-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:19:9-41
40        android:roundIcon="@mipmap/ic_launcher_round"
40-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:18:9-54
41        android:supportsRtl="true"
41-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:20:9-35
42        android:testOnly="true"
43        android:theme="@style/Theme.Loja" >
43-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:21:9-42
44
45        <!-- Launcher customizado para Android TV -->
46        <activity
46-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:25:9-33:20
47            android:name="com.eonbry.store.LauncherActivity"
47-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:26:13-61
48            android:banner="@drawable/banner_tv"
48-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:28:13-49
49            android:exported="true" >
49-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:27:13-36
50            <intent-filter>
50-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:29:13-32:29
51                <action android:name="android.intent.action.MAIN" />
51-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:30:17-69
51-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:30:25-66
52
53                <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
53-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:31:17-86
53-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:31:27-83
54            </intent-filter>
55        </activity>
56
57        <!-- Atividade principal para celular -->
58        <activity
58-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:37:9-46:20
59            android:name="com.eonbry.store.MainActivity"
59-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:38:13-41
60            android:exported="true"
60-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:39:13-36
61            android:icon="@mipmap/ic_launcher"
61-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:40:13-47
62            android:theme="@style/Theme.Loja" >
62-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:41:13-46
63            <intent-filter>
63-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:42:13-45:29
64                <action android:name="android.intent.action.MAIN" />
64-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:30:17-69
64-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:30:25-66
65
66                <category android:name="android.intent.category.LAUNCHER" />
66-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:44:17-77
66-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:44:27-74
67            </intent-filter>
68        </activity>
69
70        <!-- Provider para FileProvider -->
71        <provider
71-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:49:9-57:20
72            android:name="androidx.core.content.FileProvider"
72-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:50:13-62
73            android:authorities="com.eonbry.store.provider"
73-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:51:13-60
74            android:exported="false"
74-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:52:13-37
75            android:grantUriPermissions="true" >
75-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:53:13-47
76            <meta-data
76-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:54:13-56:54
77                android:name="android.support.FILE_PROVIDER_PATHS"
77-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:55:17-67
78                android:resource="@xml/file_paths" />
78-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:56:17-51
79        </provider>
80
81        <!-- Loja sem código -->
82        <activity android:name="com.eonbry.store.WebViewActivity" />
82-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:60:9-53
82-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:60:19-50
83
84        <!-- Loja com código -->
85        <activity android:name="com.eonbry.store.WebViewActivitycodigo" />
85-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:63:9-59
85-->C:\Users\guty\AndroidStudioProjects\storecode\app\src\main\AndroidManifest.xml:63:19-56
86        <activity
86-->[androidx.compose.ui:ui-tooling-android:1.7.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\bfcd9a060a2bbce5e9cb588604d86db5\transformed\ui-tooling-release\AndroidManifest.xml:23:9-25:39
87            android:name="androidx.compose.ui.tooling.PreviewActivity"
87-->[androidx.compose.ui:ui-tooling-android:1.7.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\bfcd9a060a2bbce5e9cb588604d86db5\transformed\ui-tooling-release\AndroidManifest.xml:24:13-71
88            android:exported="true" />
88-->[androidx.compose.ui:ui-tooling-android:1.7.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\bfcd9a060a2bbce5e9cb588604d86db5\transformed\ui-tooling-release\AndroidManifest.xml:25:13-36
89        <activity
89-->[androidx.compose.ui:ui-test-manifest:1.7.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\dd4764e4b9e109d5b019813073564276\transformed\ui-test-manifest-1.7.0\AndroidManifest.xml:23:9-25:39
90            android:name="androidx.activity.ComponentActivity"
90-->[androidx.compose.ui:ui-test-manifest:1.7.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\dd4764e4b9e109d5b019813073564276\transformed\ui-test-manifest-1.7.0\AndroidManifest.xml:24:13-63
91            android:exported="true" />
91-->[androidx.compose.ui:ui-test-manifest:1.7.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\dd4764e4b9e109d5b019813073564276\transformed\ui-test-manifest-1.7.0\AndroidManifest.xml:25:13-36
92
93        <provider
93-->[androidx.emoji2:emoji2:1.3.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\1dab1bb357d424886758e652aa91d598\transformed\emoji2-1.3.0\AndroidManifest.xml:24:9-32:20
94            android:name="androidx.startup.InitializationProvider"
94-->[androidx.emoji2:emoji2:1.3.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\1dab1bb357d424886758e652aa91d598\transformed\emoji2-1.3.0\AndroidManifest.xml:25:13-67
95            android:authorities="com.eonbry.store.androidx-startup"
95-->[androidx.emoji2:emoji2:1.3.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\1dab1bb357d424886758e652aa91d598\transformed\emoji2-1.3.0\AndroidManifest.xml:26:13-68
96            android:exported="false" >
96-->[androidx.emoji2:emoji2:1.3.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\1dab1bb357d424886758e652aa91d598\transformed\emoji2-1.3.0\AndroidManifest.xml:27:13-37
97            <meta-data
97-->[androidx.emoji2:emoji2:1.3.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\1dab1bb357d424886758e652aa91d598\transformed\emoji2-1.3.0\AndroidManifest.xml:29:13-31:52
98                android:name="androidx.emoji2.text.EmojiCompatInitializer"
98-->[androidx.emoji2:emoji2:1.3.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\1dab1bb357d424886758e652aa91d598\transformed\emoji2-1.3.0\AndroidManifest.xml:30:17-75
99                android:value="androidx.startup" />
99-->[androidx.emoji2:emoji2:1.3.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\1dab1bb357d424886758e652aa91d598\transformed\emoji2-1.3.0\AndroidManifest.xml:31:17-49
100            <meta-data
100-->[androidx.lifecycle:lifecycle-process:2.9.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\4f7229ea3502e44f321444d97cbdafe5\transformed\lifecycle-process-2.9.0\AndroidManifest.xml:29:13-31:52
101                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
101-->[androidx.lifecycle:lifecycle-process:2.9.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\4f7229ea3502e44f321444d97cbdafe5\transformed\lifecycle-process-2.9.0\AndroidManifest.xml:30:17-78
102                android:value="androidx.startup" />
102-->[androidx.lifecycle:lifecycle-process:2.9.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\4f7229ea3502e44f321444d97cbdafe5\transformed\lifecycle-process-2.9.0\AndroidManifest.xml:31:17-49
103            <meta-data
103-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:29:13-31:52
104                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
104-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:30:17-85
105                android:value="androidx.startup" />
105-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:31:17-49
106        </provider>
107
108        <receiver
108-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:34:9-52:20
109            android:name="androidx.profileinstaller.ProfileInstallReceiver"
109-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:35:13-76
110            android:directBootAware="false"
110-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:36:13-44
111            android:enabled="true"
111-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:37:13-35
112            android:exported="true"
112-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:38:13-36
113            android:permission="android.permission.DUMP" >
113-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:39:13-57
114            <intent-filter>
114-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:40:13-42:29
115                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
115-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:41:17-91
115-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:41:25-88
116            </intent-filter>
117            <intent-filter>
117-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:43:13-45:29
118                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
118-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:44:17-85
118-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:44:25-82
119            </intent-filter>
120            <intent-filter>
120-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:46:13-48:29
121                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
121-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:47:17-88
121-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:47:25-85
122            </intent-filter>
123            <intent-filter>
123-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:49:13-51:29
124                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
124-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:50:17-95
124-->[androidx.profileinstaller:profileinstaller:1.4.0] C:\Users\guty\.gradle\caches\8.11.1\transforms\c27e0f9042ba3dcbd9fa8abfcc53b6fa\transformed\profileinstaller-1.4.0\AndroidManifest.xml:50:25-92
125            </intent-filter>
126        </receiver>
127    </application>
128
129</manifest>
