This was going to be an app that would block sms messages based on a user defined filter. (Does not work on android 4.4+)(not yet anyway).
NoSpoilers is hosted in the following web site
https://github.com/headdetect/NoSpoilers
If you think the Android project NoSpoilers listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of NoSpoilers.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 4 |
Required Permissions | android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.READ_SMS android.permission.RECEIVE_SMS |
There are 2 image files in NoSpoilers. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
NoSpoilers has the following Java source files.
me.mrlopez.android.nospoilers.ApplicationTest.java me.mrlopez.android.nospoilers.FiltersFragment.java me.mrlopez.android.nospoilers.IndexActivity.java me.mrlopez.android.nospoilers.MessagesFragment.java me.mrlopez.android.nospoilers.NavigationDrawerFragment.java me.mrlopez.android.nospoilers.PowerFragment.java me.mrlopez.android.nospoilers.SettingsActivity.java me.mrlopez.android.nospoilers.core.MessageData.java me.mrlopez.android.nospoilers.core.Persistance.java me.mrlopez.android.nospoilers.core.SmsReceiver.java