AwareMind

com.jianzheng.studyzero

View detailed information for AwareMind — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
53(53)
Rating
unknown
Released
February 26, 2024
Last updated
January 1, 1970
Category
Libraries & Demo
Developer
Jian Zheng
Developer details
Name
Jian Zheng
E-mail
jzheng23@umd.edu
Website
unknown
Country
unknown
Address
unknown
Android SDKs
  • No items.
AwareMind Header - AppWisp.com

Screenshots

AwareMind Screenshot 1 - AppWisp.com
AwareMind Screenshot 2 - AppWisp.com
AwareMind Screenshot 3 - AppWisp.com
AwareMind Screenshot 4 - AppWisp.com

Description

This application, AwareMind, is designed for data collection in support of research conducted by its developer. Please refrain from installing this application unless you have received direct communication from the developer.

The purpose of this research is to investigate how individuals interact with their smartphones. AwareMind collects data in three distinct categories: responses to brief in-app surveys, user input interactions, and application usage history. It is important to note that AwareMind does not collect any personally identifiable information.

The in-app surveys consist of one question, answerable on a 1-4 Likert scale. An example of survey data collected is as follows:

Answer to Question: 4
Delay since unlocking the phone (milliseconds): 7,000
Timestamp when the survey appeared: 2024-01-29 13:18:42.329
Timestamp when the survey was submitted: 2024-01-29 13:18:43.712

AwareMind documents user input interactions, categorizing them into three types: taps, scrolls, and text edits. This functionality leverages the AccessibilityService API. For each interaction, AwareMind records the type of interaction and its timestamp. Specifically, for scrolls, it captures the scroll distance both horizontally and vertically. For text edits, it records only the number of characters typed, excluding the content itself. Examples of recorded interactions include:

Interaction Type: Tap
Timestamp: 2024-01-29 20:59:10.524

Interaction Type: Scroll
Timestamp: 2024-01-29 20:59:15.745
Horizontal Distance: 407
Vertical Distance: 0

Interaction Type: Text Edit
Timestamp: 2024-01-29 20:59:48.329
Number of Characters Typed: 6

Furthermore, AwareMind monitors app usage history, logging the package name, class name, start time, and end time of each app session. An example of logged app usage is as follows:

Package: com.google.android.calendar
Class: com.google.android.calendar.AllInOneCalendarActivity
Starting Time: 2024-02-01 13:49:54.509
Ending Time: 2024-02-01 13:49:56.281