diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index f548d112..f73d395b 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -16,6 +16,7 @@
+
+
+ freaccess.com.br
+
+
\ No newline at end of file
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml
index a402b78e..e641ac25 100644
--- a/android/app/src/profile/AndroidManifest.xml
+++ b/android/app/src/profile/AndroidManifest.xml
@@ -10,4 +10,9 @@
+
+
\ No newline at end of file
diff --git a/lib/shared/utils/device_util.dart b/lib/shared/utils/device_util.dart
index f56be566..da41877e 100644
--- a/lib/shared/utils/device_util.dart
+++ b/lib/shared/utils/device_util.dart
@@ -11,11 +11,10 @@ class DeviceUtil {
static Future getAndroidId() async {
try {
final String? androidId = await _channel.invokeMethod('getAndroidId');
- log("secureAndroidId: $androidId");
return androidId;
} on PlatformException catch (e) {
- log("secureAndroidId Failed to get Android ID: '${e.message}'.");
+ log("Failed to get Android ID: '${e.message}'.");
return null;
}