One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To remove a submodule you need to:
| android { | |
| signingConfigs { | |
| release | |
| } | |
| buildTypes { | |
| release { | |
| signingConfig signingConfigs.release | |
| } |
| adb shell content delete --uri content://settings/settings/pointer_speed | |
| adb shell content query --uri content://settings/settings | |
| adb shell content insert --uri content://settings/secure --bind name:s:my_number --bind value:i:24 | |
| See "package com.android.commands.content;" in /frameworks/base/cmds/content/ | |
| Usese "final class ContentProviderProxy implements IContentProvider" in ContentProviderProxy.java |
| import android.app.Activity; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.content.pm.ResolveInfo; | |
| import android.content.res.AssetFileDescriptor; | |
| import android.database.Cursor; | |
| import android.graphics.Bitmap; | |
| import android.graphics.BitmapFactory; | |
| import android.graphics.Matrix; | |
| import android.media.ExifInterface; |