PhoneStatusListener
This commit is contained in:
parent
170dbbc7e8
commit
d9e54c7780
@ -11,7 +11,7 @@ android {
|
||||
compileSdkVersion 31
|
||||
buildToolsVersion '29.0.2'
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
versionCode 128
|
||||
versionCode 129
|
||||
versionName "1.7.13"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
@ -3,11 +3,9 @@ package com.jens.automation2.receivers;
|
||||
import android.annotation.SuppressLint;
|
||||
import android.app.Notification;
|
||||
import android.app.PendingIntent;
|
||||
import android.bluetooth.BluetoothDevice;
|
||||
import android.content.IntentFilter;
|
||||
import android.os.Build;
|
||||
import android.os.Bundle;
|
||||
import android.os.Parcelable;
|
||||
import android.service.notification.NotificationListenerService;
|
||||
import android.service.notification.StatusBarNotification;
|
||||
import android.util.Log;
|
||||
|
@ -1 +1,2 @@
|
||||
* Introduced overlay permission to enable startActivity() from the background
|
||||
* Introduced overlay permission to enable startActivity() from the background
|
||||
* Fixed: Phone number available as variable again (permission READ_CALL_LOGS required)
|
Loading…
Reference in New Issue
Block a user