Icon restored
This commit is contained in:
		| @@ -11,7 +11,7 @@ android { | ||||
|         compileSdkVersion 31 | ||||
|         buildToolsVersion '29.0.2' | ||||
|         useLibrary  'org.apache.http.legacy' | ||||
|         versionCode 134 | ||||
|         versionCode 135 | ||||
|         versionName "1.7.18" | ||||
|  | ||||
|         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | ||||
|   | ||||
| @@ -87,7 +87,7 @@ | ||||
|     <application | ||||
|         android:allowBackup="true" | ||||
|         android:allowClearUserData="true" | ||||
|         android:icon="@drawable/gears" | ||||
|         android:icon="@drawable/ic_launcher" | ||||
|         android:label="@string/app_name" | ||||
|         android:theme="@style/AppTheme" | ||||
|         android:networkSecurityConfig="@xml/network_security_config"> | ||||
|   | ||||
| @@ -85,7 +85,7 @@ | ||||
|     <application | ||||
|         android:allowBackup="true" | ||||
|         android:allowClearUserData="true" | ||||
|         android:icon="@drawable/gears" | ||||
|         android:icon="@drawable/ic_launcher" | ||||
|         android:label="@string/app_name" | ||||
|         android:theme="@style/AppTheme" | ||||
|         android:networkSecurityConfig="@xml/network_security_config"> | ||||
|   | ||||
| @@ -65,7 +65,6 @@ | ||||
|     <uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS"/> | ||||
|     <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/> | ||||
|     <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> | ||||
|     <uses-permission android:name="android.permission.READ_CALL_LOG" /> | ||||
|  | ||||
|     <application | ||||
|         android:allowBackup="true" | ||||
|   | ||||
| @@ -518,7 +518,12 @@ public class AutomationService extends Service implements OnInitListener | ||||
| 		builder.setContentTitle("Automation"); | ||||
|  | ||||
| 		if(Settings.showIconWhenServiceIsRunning) | ||||
| 			builder.setSmallIcon(R.drawable.crane); | ||||
| 		{ | ||||
| 			if(BuildConfig.FLAVOR.equalsIgnoreCase(AutomationService.flavor_name_googleplay)) | ||||
| 				builder.setSmallIcon(R.drawable.crane); | ||||
| 			else | ||||
| 				builder.setSmallIcon(R.drawable.ic_launcher); | ||||
| 		} | ||||
|  | ||||
| 		builder.setCategory(Notification.CATEGORY_SERVICE); | ||||
| 		builder.setWhen(System.currentTimeMillis()); | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 13 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable-v24/crane.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app/src/main/res/drawable-v24/crane.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 13 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable/crane.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app/src/main/res/drawable/crane.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 13 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app/src/main/res/drawable/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 1.8 KiB | 
		Reference in New Issue
	
	Block a user