Kernel  |  4.4

下载     查看原文件
C++程序  |  7行  |  76 B
#include <android/api-level.h>

int main(void)
{
	return __ANDROID_API__;
}