我一直在将 Android 应用程序加载到 Z10 上,并注意到在 Android 上运行的代码在黑莓上无法正常运行。具体来说,以下变量
boolean isAirplaneMode = Settings.System.getInt(getContentResolver(),
Settings.System.AIRPLANE_MODE_ON,0) != 0;
即使启用了飞行模式,也设置为 false。有什么方法可以查询黑莓的飞行模式吗?
我一直在将 Android 应用程序加载到 Z10 上,并注意到在 Android 上运行的代码在黑莓上无法正常运行。具体来说,以下变量
boolean isAirplaneMode = Settings.System.getInt(getContentResolver(),
Settings.System.AIRPLANE_MODE_ON,0) != 0;
即使启用了飞行模式,也设置为 false。有什么方法可以查询黑莓的飞行模式吗?