changed app name

This commit is contained in:
2022-03-30 18:15:46 +02:00
parent 2c77755828
commit 0f978c1985
4 changed files with 3 additions and 45 deletions

View File

@ -12,7 +12,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="fmaps.grabow.com.externgnss.MainActivity">
<activity android:name="fmaps.grabow.com.externgnss.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@ -1,3 +1,3 @@
<resources>
<string name="app_name">Location001</string>
<string name="app_name">ExternGNSS</string>
</resources>