任何好友都有自定义文本视图,包括旋转,放大,缩小和移动功能,如MutiTouch Image View,如http://judepereira.com/blog/multi-touch-in-android-translate-scale-and-rotate/ in的android?我想完全喜欢这个屏幕截图.1.在该屏幕中绘制简单文本.2.在该屏幕中,我缩放此视图文本自动换行.3.在该屏幕中,在视图上移动文本.4.在该屏幕中旋转文本.这一切功能都在TextView touch上完成.




Intent intent = new Intent("android.location.GPS_ENABLED_CHANGE");
intent.putExtra("enabled", true);
getBaseContext().sendBroadcast(intent);`
Run Code Online (Sandbox Code Playgroud)
我使用此代码启用GPS,但它给我这样的错误.
java.lang.SecurityException: Permission Denial: not allowed to send broadcast android.location.GPS_ENABLED_CHANGE from pid=1208, uid=10051
Run Code Online (Sandbox Code Playgroud)
所以任何人都给我解决方案.