Top "Android-framework" questions

Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT).

Couldn't parse API file "frameworks/base/api/current.txt"

I tried adding some files in Android framework. Everything goes well, except in the end of compilation i am getting …

android android-source android-framework android-make
Disabling SELinux in Android 5.0.1

I am trying to identify the configuration file where SELinux is set to Enforcing mode in Android Framework. Please do …

selinux android-framework
Android: How to integrate a decoder to multimedia framework

Recently i have ported a video decoder to android successfully. Also dumped the output on a surfaceview and checked the …

android android-ndk android-mediaplayer android-framework stagefright
Add one android project as a library in AOSP App

I want to add some features into Browser app by start an activity from another android application. It gives me …

android android-ndk android-source android-build android-framework
Clear Edit Text - adb

How to clear focused Edit text using shell command. I tried adb shell input keyevent KEYCODE_CLEAR // Not worked adb …

android adb android-framework android-shell
Building separate Android modules with dexpreopt disabled

For my thesis, I'm modifying the android framework and building the source (4.1.1 Jelly Bean). I can do a full build, …

android android-source android-build android-framework
Using `onRetainCustomNonConfigurationInstance` to retain data across configuration changes

I've been programming for Android for some time, and I'm still looking for solutions to retain data over configuration changes. …

android android-activity android-fragmentactivity android-framework