Tag

Android10

0 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Apr 9, 2020 · Mobile Development

Android 10 Migration Guide: AndroidX, Scoped Storage, Device ID, and Cleartext HTTP Adaptation

This guide details the migration of Android apps to Android 10, covering AndroidX migration, scoped storage adaptation, handling device identifiers, and clearing cleartext HTTP restrictions, with step‑by‑step instructions, code snippets, and best‑practice recommendations for mobile developers.

AndroidAndroid10AndroidX
0 likes · 21 min read
Android 10 Migration Guide: AndroidX, Scoped Storage, Device ID, and Cleartext HTTP Adaptation
360 Quality & Efficiency
360 Quality & Efficiency
Feb 21, 2020 · Mobile Development

Using Reflection to Launch APKs on Android 10 via shellCommand

This article explains how to launch an Android 10 APK by reflecting the shellCommand method of ActivityManager, detailing the changes from startActivityAndWait, the required reflection steps, implementation code, and demonstration results on Android devices.

APKActivityManagerAndroid
0 likes · 4 min read
Using Reflection to Launch APKs on Android 10 via shellCommand