diff options
author | pacien | 2023-04-01 19:29:22 +0200 |
---|---|---|
committer | pacien | 2023-07-30 03:53:20 +0200 |
commit | 9df9f570be540acf1528b9fad1fc308b990eedb9 (patch) | |
tree | 181e7409d7b27c8cfbdd9386f9fb5a7d968f2102 | |
parent | c3b38bfb97bfc5c8ddc9369800c5225ce53fff04 (diff) | |
download | tincapp-9df9f570be540acf1528b9fad1fc308b990eedb9.tar.gz |
app: remove redundant label for activity
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c46ad03..4afbf32 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -45,7 +45,6 @@ | |||
45 | <activity | 45 | <activity |
46 | android:name=".activities.start.StartActivity" | 46 | android:name=".activities.start.StartActivity" |
47 | android:configChanges="orientation|screenSize" | 47 | android:configChanges="orientation|screenSize" |
48 | android:label="@string/app_name" | ||
49 | android:exported="true"> | 48 | android:exported="true"> |
50 | <intent-filter> | 49 | <intent-filter> |
51 | <action android:name="android.intent.action.MAIN" /> | 50 | <action android:name="android.intent.action.MAIN" /> |