我在MDPI/HDPI/xhdpi中有相同的9补丁图像.是否有特殊原因导致它不能保存为最小尺寸?当内容较大时,可伸展区域自动缩放,例如背景为9补丁.
示例背景:
MDPI:

华电国际: 
xhdpi: 
我将 Android debuggable 设置为 false,但条件为 true。这里有什么问题吗?
应用:
//debugable false or true, nothing changes
if ((applicationFlags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) {
Log.d(TAG, "debugable");
}
Run Code Online (Sandbox Code Playgroud)
显现:
<application android:debuggable="false" ...
Run Code Online (Sandbox Code Playgroud)