MeteoriteDB

Log | Files | Refs | README

commit 63531326e86df13929edcf4ca73a2024248e3cf8
parent 42bc59c4416f5f29813c4057f5eaaa5b213b7335
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Thu,  4 May 2023 16:57:43 +0200

Changed name of meteorite activity.

Diffstat:
Mapp/src/main/AndroidManifest.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:theme="@style/Theme.Projectassignment" tools:targetApi="31"> <activity - android:name=".meteorite_activity" + android:name=".MeteoriteActivity" android:exported="false" /> <activity android:name=".MainActivity"