View androidmanifest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="autoreply.app"> | |
<uses-permission android:name="android.permission.RECEIVE_SMS"/> | |
<uses-permission android:name="android.permission.READ_SMS"/> | |
<uses-permission android:name="android.permission.SEND_SMS"/> | |
<application | |
android:allowBackup="true" |
View MainActivity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package autoreply.app; | |
import androidx.annotation.NonNull; | |
import androidx.annotation.RequiresApi; | |
import androidx.appcompat.app.AlertDialog; | |
import androidx.appcompat.app.AppCompatActivity; | |
import androidx.core.app.ActivityCompat; | |
import androidx.core.content.ContextCompat; | |
import androidx.core.os.MessageCompat; |
View Data_info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"good morning": ["morning too","good morning too","am fine how a you"], | |
"i love you": ["i love you too","i luv u too","have unconditional love for you dear","i love you dear"], | |
"love you": ["love you too","more than anything"], | |
"i miss you": ["I miss you too","i admire to see you","Wow wonderful i miss you more"], | |
"hi":["Hi too","too","Hi too how a you"], | |
"how a you": ["Am wonderful","Am fine","am good and you?"], | |
"hello": ["Hello too","too","Hello how a you?"], | |
"how was your night": ["Fabulous","Fanatastic","it was cool","i little bit dream","sweet"], | |
"how was your day": ["Fabulous","Fanatastic","it was cool","i little bit dream","sweet"] |
View Receive_Sms.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package autoreply.app; | |
import android.content.BroadcastReceiver; | |
import android.content.Context; | |
import android.content.Intent; | |
import android.os.Bundle; | |
import android.telephony.SmsManager; | |
import android.telephony.SmsMessage; | |
import android.widget.Toast; | |
import org.json.JSONArray; |
View activity_main.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:orientation="vertical" | |
android:layout_height="match_parent" | |
tools:context=".MainActivity"> | |
<LinearLayout | |
android:layout_width="match_parent" |
View colors.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<color name="purple_200">#FFBB86FC</color> | |
<color name="purple_500">#FF6200EE</color> | |
<color name="purple_700">#FF3700B3</color> | |
<color name="teal_200">#FF03DAC5</color> | |
<color name="teal_700">#FF018786</color> | |
<color name="black">#FF000000</color> | |
<color name="white">#FFFFFFFF</color> | |
<color name="colorPrimary">#198CE7</color> |
View themes.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources xmlns:tools="http://schemas.android.com/tools"> | |
<!-- Base application theme. --> | |
<style name="Theme.Smsmessages_auto_reply" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> | |
<!-- Primary brand color. --> | |
<item name="colorPrimary">@color/colorPrimary</item> | |
<item name="colorPrimaryVariant">@color/purple_700</item> | |
<item name="colorOnPrimary">@color/white</item> | |
<!-- Secondary brand color. --> | |
<item name="colorSecondary">@color/teal_200</item> | |
<item name="colorSecondaryVariant">@color/teal_700</item> |
View AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="autoreply.app"> | |
<uses-permission android:name="android.permission.RECEIVE_SMS"/> | |
<uses-permission android:name="android.permission.READ_SMS"/> | |
<uses-permission android:name="android.permission.SEND_SMS"/> | |
<application | |
android:allowBackup="true" |
View AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="autoreply.app"> | |
<uses-permission android:name="android.permission.RECEIVE_SMS"/> | |
<uses-permission android:name="android.permission.READ_SMS"/> | |
<uses-permission android:name="android.permission.SEND_SMS"/> | |
<application | |
android:allowBackup="true" |
View Data_info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"good morning": ["morning too","good morning too","am fine how a you"], | |
"i love you": ["i love you too","i luv u too","have unconditional love for you dear","i love you dear"], | |
"love you": ["love you too","more than anything"], | |
"i miss you": ["I miss you too","i admire to see you","Wow wonderful i miss you more"], | |
"hi":["Hi too","too","Hi too how a you"], | |
"how a you": ["Am wonderful","Am fine","am good and you?"], | |
"hello": ["Hello too","too","Hello how a you?"], | |
"how was your night": ["Fabulous","Fanatastic","it was cool","i little bit dream","sweet"], | |
"how was your day": ["Fabulous","Fanatastic","it was cool","i little bit dream","sweet"] |
NewerOlder