turns out the internet is not needed afterall? Lets remove it and see
This commit is contained in:
parent
53681baa79
commit
7fcf3e93e8
|
@ -11,11 +11,6 @@
|
|||
<uses-permission android:name="android.provider.Telephony.SMS_RECEIVED" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
<!-- Internet is needed and used at sending MMS only -->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
<uses-permission
|
||||
android:name="android.permission.USE_FINGERPRINT"
|
||||
|
|
|
@ -215,7 +215,6 @@ class MainActivity : SimpleActivity() {
|
|||
val licenses = LICENSE_EVENT_BUS or LICENSE_SMS_MMS or LICENSE_INDICATOR_FAST_SCROLL
|
||||
|
||||
val faqItems = arrayListOf(
|
||||
FAQItem(R.string.faq_1_title, R.string.faq_1_text),
|
||||
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),
|
||||
FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons)
|
||||
)
|
||||
|
|
|
@ -49,11 +49,7 @@
|
|||
|
||||
It has a really tiny app size compared to the competition, making it really fast to download
|
||||
|
||||
The internet access is sadly required for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way.
|
||||
|
||||
However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.
|
||||
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage.
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
|
||||
|
||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||
|
||||
|
|
|
@ -49,11 +49,7 @@
|
|||
|
||||
It has a really tiny app size compared to the competition, making it really fast to download
|
||||
|
||||
The internet access is sadly required for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way.
|
||||
|
||||
However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.
|
||||
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage.
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
|
||||
|
||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||
|
||||
|
|
Loading…
Reference in New Issue