Android 3.2 missing dialer?
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.
精彩评论