SENov 30, 2017

Automating Release of Deep Link APIs for Android Applications

arXiv:1711.11564v2
Originality Incremental advance
AI Analysis

This addresses the issue for Android app developers by automating deep link support, though it is incremental as it builds on existing analysis techniques.

The authors tackled the problem of low adoption of deep links in Android apps, which require manual effort from developers, by proposing Aladdin, an automated approach that combines static and dynamic analysis to release deep links without coding or deployment efforts, demonstrating effectiveness in evaluations with popular apps.

Unlike the Web where each web page has a global URL to reach, a specific "content page" inside a mobile app cannot be opened unless the user explores the app with several operations from the landing page. Recently, deep links have been advocated by major companies to enable targeting and opening a specific page of an app externally with an accessible uniform resource identifier (URI). To empirically investigate the state of the practice on adopting deep links, in this article, we present the largest empirical study of deep links over 20,000 Android apps, and find that deep links do not get wide adoption among current Android apps, and non-trivial manual efforts are required for app developers to support deep links. To address such an issue, we propose the Aladdin approach and supporting tool to release deep links to access arbitrary location of existing apps. Aladdin instantiates our novel cooperative framework to synergically combine static analysis and dynamic analysis while minimally engaging developers to provide inputs to the framework for automation, without requiring any coding efforts or additional deployment efforts. We evaluate Aladdin with popular apps and demonstrate its effectiveness and performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes