From 809d80b38b3d1ec7d019209cc566595895de12c2 Mon Sep 17 00:00:00 2001 From: christianrowlands Date: Mon, 15 Jan 2024 09:05:00 -0500 Subject: [PATCH] Override the GeoPackage library usesCleartextTraffic to be false and moved the Cellular signal chart up one card I am not sure why the GeoPackage library has usesCleartextTraffic=true, but I don't like that so I changed it to false. I really want to get rid of the GeoPackage library but people are still using the GeoPackage files. --- networksurvey/src/main/AndroidManifest.xml | 4 +++- .../src/main/res/layout/fragment_network_details.xml | 11 +++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/networksurvey/src/main/AndroidManifest.xml b/networksurvey/src/main/AndroidManifest.xml index da3d7474..3c2dbbfe 100644 --- a/networksurvey/src/main/AndroidManifest.xml +++ b/networksurvey/src/main/AndroidManifest.xml @@ -51,7 +51,9 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/NetworkSurveyTheme" - tools:ignore="GoogleAppIndexingWarning"> + tools:ignore="GoogleAppIndexingWarning" + tools:replace="android:usesCleartextTraffic" + android:usesCleartextTraffic="false"> + + - - -