[android-developers] Re: Notification of SMS messages: android.provider.Telephony.SMS_RECEIVED

2011-09-30 Thread davidshe...@googlemail.com
it is removed from the document, but it seems it is still used even in the demo app. i guess it will still be available for a while :P http://developer.android.com/resources/samples/ApiDemos/AndroidManifest.html -- You received this messag

[android-developers] Android Studio IDE bug for c++ code

2017-01-03 Thread davidshe...@googlemail.com
Hi, I found serval bug related to the syntax checker with c++ code in the Android Studio. I filed bugs to both Google and JetBrain, but no response...maybe it is due to the holiday. I want to know where is the right place to file c++ code editing related bug for Android Studio. A few examples

[android-developers] Is it possible to split only some items into the bottom with split ActionBar?

2014-01-21 Thread davidshe...@googlemail.com
Hi, I am trying to implement a action bar style like https://developer.android.com/guide/topics/ui/actionbar.html#SplitBar. But I only want to split one of my customized menu item into the bottom. The *android.support.UI_OPTIONS* is applied to the manifest, not to the menu items. Is it possibl