Fix a few more warnings
This commit is contained in:
@ -115,7 +115,7 @@ public class TrafficService extends Service {
|
||||
notBuilder.setPriority(Integer.MAX_VALUE);
|
||||
notBuilder.setCategory(NotificationCompat.CATEGORY_SERVICE);
|
||||
notBuilder.setLocalOnly(true);
|
||||
setColor(settings.getInt("color", Color.TRANSPARENT));
|
||||
setColor(Color.TRANSPARENT);
|
||||
visibilityPublic(settings.getBoolean("lockscreen", true));
|
||||
|
||||
Log.d("HardwareService", "Setting up the service manager and the broadcast receiver");
|
||||
|
Reference in New Issue
Block a user