do not allow using the app, if it isnt the default SMS handler
This commit is contained in:
parent
8c29a55f86
commit
0f4e89c8a9
7 changed files with 152 additions and 7 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package com.simplemobiletools.smsmessenger.receivers
|
||||
|
||||
import android.content.BroadcastReceiver
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
|
||||
class SmsReceiver : BroadcastReceiver() {
|
||||
override fun onReceive(context: Context, intent: Intent) {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue