Skip to content

A no-root solution to access Android app private data without root access. Browser history and instant messages example

License

Notifications You must be signed in to change notification settings

apriorit/access-app-data-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Technology to Access App Private Data on Android (No Root)

About

By default all Android apps save data in a so-called Sandbox – a storage area which other applications cannot access. This project provides a simple way to access private data of third-party applications without root permissions.

WARNING: Android security policy directly states that access to private data can be illegal, which puts certain limitations on gathering such data, including the possibility of being prosecuted by law. Therefore, use this method to obtain data consciously and thoughtfully and make sure that you abide by laws and respect privacy of others.

Implementation

The main solution idea is to parse a layout tree of an active page and extract the necessary data.

This solution works well starting with Android 4.3 and older (including Android N), but to get needed "clear" data you will need to take your time to study each target application. This code illustrates the approach for Firefox browser history on Android 6.0 and Skype instant messages.

For detailed implementation notes and code details, please review the related article.

License

Licensed under the MIT license. © Apriorit.

About

A no-root solution to access Android app private data without root access. Browser history and instant messages example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages