Conditionally show settings.

Change-Id: I8e62ed6e2515b76de73d3d25adcfb121f809c646
This commit is contained in:
Julia Reynolds
2015-12-18 11:44:43 -05:00
parent 63196c5f82
commit df01cde11c
7 changed files with 55 additions and 24 deletions

View File

@@ -144,7 +144,7 @@ public class NotificationBackend {
return sINM.getTopicImportance(pkg, uid, topic);
} catch (Exception e) {
Log.w(TAG, "Error calling NoMan", e);
return NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
return NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED;
}
}