开发者

Android 3.2 missing dialer?

开发者 https://www.devze.com 2023-03-27 12:42 出处:网络
I am using the Android 3.2 emulator. I can\'t find the dialer. Hitting F3 does not bring up the telephone app. Many other things don\'t work开发者_开发问答. For example, in the Settings app, I can\'t

I am using the Android 3.2 emulator. I can't find the dialer. Hitting F3 does not bring up the telephone app. Many other things don't work开发者_开发问答. For example, in the Settings app, I can't go into individual settings page (like Language and input). Is this thing half cooked?


I can't find the dialer.

Android 3.2 is for tablets. There is no dialer.

For example, in the Settings app, I can't go into individual settings page (like Language and input).

Launch Settings and click on "Language & input" on the left.

If by this you meant:

startActivity(new Intent(android.provider.Settings.ACTION_LOCALE_SETTINGS));

that too works on my copy of the Android 3.2 emulator.

0

精彩评论

暂无评论...
验证码 换一张
取 消