Notification listener started.

This commit is contained in:
2021-03-27 14:11:39 +01:00
parent 1d9ed8b3ff
commit 80f8f9cfe2
13 changed files with 158 additions and 41 deletions

View File

@ -202,10 +202,10 @@
<!-- https://developer.android.com/about/versions/pie/android-9.0-changes-28#apache-p-->
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
<!--<service android:name=".location.GeofenceIntentService"/>-->
<service android:name=".location.GeofenceIntentService"/>
<activity android:name=".ActivityManageNotificationTrigger"></activity>
<activity android:name=".ActivityManageTriggerNotification"></activity>
<service
android:name=".receivers.NotificationListener"