recyclerview with notification list
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".PreferenceActivity"
|
||||
android:name=".preferences.PreferenceActivity"
|
||||
android:parentActivityName=".MainActivity" />
|
||||
|
||||
<receiver
|
||||
@@ -28,6 +28,7 @@
|
||||
</receiver>
|
||||
|
||||
<service
|
||||
android:label="@string/app_name"
|
||||
android:name=".logger.NotificationLoggerService"
|
||||
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user