personalization - User specific information in Android -


i'm trying guess users personality-traits when open app.

to i'm using list of installed apps: getpackagemanager.getinstalledapplications(packagemanager.get_meta_data);

i check users country: locale.getdefault().getcountry();

and phone type build.model + build.manufacturer;

compare questionnaire , other users, works decent, i'm looking more "meta-data" might correlates users personality. has idea?

ps. information should anonymous not use google, facebook or e-mail account information.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -