|
|
@ -1,6 +1,6 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
package="com.vernu.smsgateway"> |
|
|
|
|
|
|
|
|
package="com.vernu.sms"> |
|
|
|
|
|
|
|
|
<application |
|
|
<application |
|
|
android:allowBackup="true" |
|
|
android:allowBackup="true" |
|
|
@ -10,7 +10,7 @@ |
|
|
android:supportsRtl="true" |
|
|
android:supportsRtl="true" |
|
|
android:theme="@style/Theme.SMSGateway"> |
|
|
android:theme="@style/Theme.SMSGateway"> |
|
|
<activity |
|
|
<activity |
|
|
android:name=".MainActivity" |
|
|
|
|
|
|
|
|
android:name="com.vernu.sms.MainActivity" |
|
|
android:exported="true"> |
|
|
android:exported="true"> |
|
|
<intent-filter> |
|
|
<intent-filter> |
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|