Have you tried to change the colour scheme of your Facebook profile lately? Beware of virus attack as a "colour change" malware is back and has already affected over 10,000 people around the world.
The malware has been fixed by Facebook repeatedly but it has resurfaced again, reports added.
It begins by advertising an app that tells Facebook users they can change the colour theme of their profile.
Download the app and you are directed to a malicious phishing site, Mashable reported.
The danger starts herewith.
The website targets users by stealing their Facebook Access Tokens by asking them to view a colour changer tutorial video.
Temporary access to the tokens allows hackers to connect to the user's Facebook friends.
If a user does not view the video, the website tries to get them to download the malicious application.
If a user is on a computer, the website leads them to download a pornographic video player.
read more :
http://businesstoday.intoday.in/story/facebook-colour-change-virus-facebook-users/1/209059.html
Use Your Own SQLite in ANDROID Application or Using 'SQLite Asset Helper' to read your own databases stored in Asset folder
See more basics on Android along with interview questions See SQLite tutorial here If you want to read your own databases in ANDROID APPLICATION, this post may help you. You may be familiar by creating SQLite in Android use SQLiteOpenHelper . Here we are going to deal with using our own databases. I have a database named 'mydatabase.sqlite', which consist of a set of name and age of 5 students. Suppose I want to view the database, I can use SQLite database browser which you can download from here. download browser..... Through this browser we can view the databases, can even modify delete or create a new one. 'mydatabase.sqlite' with name and age of five students is browsed and viewed as shown below Now make a zip format of database and copy this database to asse...
Comments
Post a Comment