android Programming Glossary: malware
ICS Android enable gps programmatically? http://stackoverflow.com/questions/10302894/ics-android-enable-gps-programmatically be a privacy flaw. AFAIK all known holes that allowed malware to enable GPS programmatically have now been closed. am trying..
Not able disable Home button on specific android devices http://stackoverflow.com/questions/10349685/not-able-disable-home-button-on-specific-android-devices additional protections may have been added to help prevent malware authors from hijacking the HOME button without being a home..
Way to protect from Lucky Patcher / play licensing [android] http://stackoverflow.com/questions/10585961/way-to-protect-from-lucky-patcher-play-licensing-android never kill an app but I do tell the user they are using malware and ask them if they really trust the person that stole it with..
startForeground() without showing notification http://stackoverflow.com/questions/10962418/startforeground-without-showing-notification
How to detect when the user launches another app? (Android) http://stackoverflow.com/questions/11346557/how-to-detect-when-the-user-launches-another-app-android launched. EDIT A lot of people think I'm trying to build malware but I'm not. I'm trying to build an app for a high school project...
block Home Button in Ice cream sandwich and jelly bean http://stackoverflow.com/questions/12436190/block-home-button-in-ice-cream-sandwich-and-jelly-bean the user exit in case the application turns out to be a malware. Plus it is not a really good practice to not let the user navigate..
override Home key in android ICS http://stackoverflow.com/questions/13139970/override-home-key-in-android-ics the user exit in case the application turns out to be a malware. Plus it is not a really good practice to not let the user navigate..
How to get any identifier of the topmost activity? http://stackoverflow.com/questions/3393908/how-to-get-any-identifier-of-the-topmost-activity when topmost Activity changes P.S. This may sound like malware behavior but it is not It is legitimate use case Edit Activities..
Binding AppWidgets to AppWidgetHost - Android http://stackoverflow.com/questions/4258579/binding-appwidgets-to-appwidgethost-android binding appwidget is a sensitive action and thus to avoid malware it requires the user's consent for the most part however if..
android apk's silent installation http://stackoverflow.com/questions/8077779/android-apks-silent-installation that's a good thing this would be an other open door to malware and unwanted installs. Why do you want to do that if you mind..
How to start a Service when .apk is Installed for the first time http://stackoverflow.com/questions/8531926/how-to-start-a-service-when-apk-is-installed-for-the-first-time is exploit a security hole that could be used by drive by malware which is specifically why Android prevents it from happening..
How to secure my app against piracy http://stackoverflow.com/questions/9865162/how-to-secure-my-app-against-piracy share improve this question I released a free anti malware app for Android and making sure nobody hacked it was essential..
BroadcastReceivers in ICS http://stackoverflow.com/questions/9892002/broadcastreceivers-in-ics the user manually launches an activity. This is an anti malware move. I blogged about this ~9 months ago . share improve this..
ICS Android enable gps programmatically? http://stackoverflow.com/questions/10302894/ics-android-enable-gps-programmatically a way to enable gps programmatically I hope not as that would be a privacy flaw. AFAIK all known holes that allowed malware to enable GPS programmatically have now been closed. am trying to enable gps and send the location of the device to an email..
Not able disable Home button on specific android devices http://stackoverflow.com/questions/10349685/not-able-disable-home-button-on-specific-android-devices and the vendors made changes. Also in the case of 4.0.4 additional protections may have been added to help prevent malware authors from hijacking the HOME button without being a home screen. what is the best way to handle such scenario If you..
Way to protect from Lucky Patcher / play licensing [android] http://stackoverflow.com/questions/10585961/way-to-protect-from-lucky-patcher-play-licensing-android period of time so they can contact me or self correct. I also never kill an app but I do tell the user they are using malware and ask them if they really trust the person that stole it with their data etc. those kind of pop up's have bit'd messages..
startForeground() without showing notification http://stackoverflow.com/questions/10962418/startforeground-without-showing-notification
How to detect when the user launches another app? (Android) http://stackoverflow.com/questions/11346557/how-to-detect-when-the-user-launches-another-app-android to know if my app can know that 'Whatsapp Messenger' has been launched. EDIT A lot of people think I'm trying to build malware but I'm not. I'm trying to build an app for a high school project. I want a stat to see how often I use my camera as part..
block Home Button in Ice cream sandwich and jelly bean http://stackoverflow.com/questions/12436190/block-home-button-in-ice-cream-sandwich-and-jelly-bean the HomeButton has been removed for security reasons to enable the user exit in case the application turns out to be a malware. Plus it is not a really good practice to not let the user navigate away from the application. But since you are making..
override Home key in android ICS http://stackoverflow.com/questions/13139970/override-home-key-in-android-ics the HomeButton has been removed for security reasons to enable the user exit in case the application turns out to be a malware. Plus it is not a really good practice to not let the user navigate away from the application. But if your application requires..
How to get any identifier of the topmost activity? http://stackoverflow.com/questions/3393908/how-to-get-any-identifier-of-the-topmost-activity class name ID etc. of the topmost Activity Receive notification when topmost Activity changes P.S. This may sound like malware behavior but it is not It is legitimate use case Edit Activities are not in my application. They can be just about anything..
Binding AppWidgets to AppWidgetHost - Android http://stackoverflow.com/questions/4258579/binding-appwidgets-to-appwidgethost-android question Unfortunatlly for you and me Paraneet is right. binding appwidget is a sensitive action and thus to avoid malware it requires the user's consent for the most part however if you install your app into the system data folder then you considered..
android apk's silent installation http://stackoverflow.com/questions/8077779/android-apks-silent-installation apk silent installer share improve this question No. And that's a good thing this would be an other open door to malware and unwanted installs. Why do you want to do that if you mind me asking What's wrong with letting users know that you want..
How to start a Service when .apk is Installed for the first time http://stackoverflow.com/questions/8531926/how-to-start-a-service-when-apk-is-installed-for-the-first-time 3.1 as tested on a XOOM and a Galaxy Nexus. What Plan B does is exploit a security hole that could be used by drive by malware which is specifically why Android prevents it from happening anymore. UPDATE To clarify As inazaruk posted and I put into..
How to secure my app against piracy http://stackoverflow.com/questions/9865162/how-to-secure-my-app-against-piracy be greatly appreciated Best regards android piracy prevention share improve this question I released a free anti malware app for Android and making sure nobody hacked it was essential to its success. The biggest threats agains an app on the..
BroadcastReceivers in ICS http://stackoverflow.com/questions/9892002/broadcastreceivers-in-ics
|