From 248666695eff982bb46ff0c2cbe6cdb995aa3146 Mon Sep 17 00:00:00 2001 From: it232115 Date: Tue, 11 Jun 2024 14:49:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=B8=E3=81=AB=E3=82=88?= =?UTF-8?q?=E3=82=8B=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE=E5=B9=B2?= =?UTF-8?q?=E6=B8=89=E3=82=92=E5=8E=9F=E5=9B=A0=E3=81=A8=E3=81=97=E3=81=9F?= =?UTF-8?q?AndroidManifest=E3=81=AE=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 97 +++++++++++--------------------- 1 file changed, 34 insertions(+), 63 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 096e1c3..e938999 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,84 +12,55 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Oplogy" + tools:ignore="ExtraText" tools:targetApi="31"> - -xmlns:tools="http://schemas.android.com/tools"> + - + - - TODO: Before you run your application, you need a Google Maps API key. + - To get one, follow the directions here: - - https://developers.google.com/maps/documentation/android-sdk/get-api-key - - Once you have your API key (it starts with "AIza"), define a new property in your - project's local.properties file (e.g. MAPS_API_KEY=Aiza...), and replace the - "YOUR_API_KEY" string in this file with "${MAPS_API_KEY}". + + + - - - - - - + + + + + + + + + + android:exported="true" + tools:ignore="DuplicateActivity"> + - - - - - - - - - - - -