mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Changed application name and icon
This commit is contained in:
		@@ -1,6 +1,10 @@
 | 
				
			|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
					<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
				
			||||||
 | 
					    xmlns:tools="http://schemas.android.com/tools"
 | 
				
			||||||
    package="org.communiquons.comunic">
 | 
					    package="org.communiquons.comunic">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <!-- Internet connection is required to access to the API -->
 | 
				
			||||||
 | 
					    <uses-permission android:name="android.permission.INTERNET" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- io.flutter.app.FlutterApplication is an android.app.Application that
 | 
					    <!-- io.flutter.app.FlutterApplication is an android.app.Application that
 | 
				
			||||||
         calls FlutterMain.startInitialization(this); in its onCreate method.
 | 
					         calls FlutterMain.startInitialization(this); in its onCreate method.
 | 
				
			||||||
         In most cases you can leave this as-is, but you if you want to provide
 | 
					         In most cases you can leave this as-is, but you if you want to provide
 | 
				
			||||||
@@ -8,8 +12,10 @@
 | 
				
			|||||||
         FlutterApplication and put your custom class here. -->
 | 
					         FlutterApplication and put your custom class here. -->
 | 
				
			||||||
    <application
 | 
					    <application
 | 
				
			||||||
        android:name="io.flutter.app.FlutterApplication"
 | 
					        android:name="io.flutter.app.FlutterApplication"
 | 
				
			||||||
        android:label="comunic"
 | 
					        android:label="Comunic"
 | 
				
			||||||
        android:icon="@mipmap/ic_launcher">
 | 
					        android:icon="@mipmap/ic_launcher"
 | 
				
			||||||
 | 
					        android:roundIcon="@drawable/ic_app_rounded"
 | 
				
			||||||
 | 
					        tools:ignore="GoogleAppIndexingWarning">
 | 
				
			||||||
        <activity
 | 
					        <activity
 | 
				
			||||||
            android:name=".MainActivity"
 | 
					            android:name=".MainActivity"
 | 
				
			||||||
            android:launchMode="singleTop"
 | 
					            android:launchMode="singleTop"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								android/app/src/main/res/drawable/ic_app_rounded.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								android/app/src/main/res/drawable/ic_app_rounded.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 10 KiB  | 
		Reference in New Issue
	
	Block a user