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
7
app/src/main/res/layout/activity_new_message.xml
Normal file
7
app/src/main/res/layout/activity_new_message.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/new_message_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</RelativeLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue