mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02:00 
			
		
		
		
	Updated path in service loader
This commit is contained in:
		
							parent
							
								
									d368e40f27
								
							
						
					
					
						commit
						4a90c7dcd5
					
				| @ -147,8 +147,8 @@ public class PythonService extends Service implements Runnable { | ||||
|             builder.setContentIntent(pIntent); | ||||
|             // builder.setOngoing(true); | ||||
| 
 | ||||
|             // TODO: Generalise this | ||||
|             Bitmap icon_bitmap = BitmapFactory.decodeFile("/data/user/0/io.unsigned.sideband/files/app/assets/notification_icon.png"); | ||||
|             String files_path = context.getFilesDir().getPath(); | ||||
|             Bitmap icon_bitmap = BitmapFactory.decodeFile(files_path+"/app/assets/notification_icon.png"); | ||||
|             Icon service_icon = Icon.createWithBitmap(icon_bitmap); | ||||
|             // builder.setSmallIcon(context.getApplicationInfo().icon); | ||||
|             builder.setSmallIcon(service_icon); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user