[android-developers] Need help with Tracked channels (UTM) in google play console

2015-12-18 Thread mohan krishna
Need help with Tracked channels (UTM) in google play console (user acquisition) please. I want to track which source is giving me more installs in developer console user acquisition section. I used this link

[android-developers] issue with google play game services

2013-12-03 Thread Mohan Krishna
Hi Everyone, i have started using google play game services recently, and i am facing the following error while trying to generate client id, please help me figure out what is the pause. Here is the exception shown : This client ID is globally unique and is already in use.. Thanks in

[android-developers] Re: Accidentally made my paid app free

2010-06-25 Thread Mohan Krishna
no problem.. No need to change the app name just change the package name of your app... that will work.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Hide Activity

2010-04-28 Thread Mohan Krishna
hi ajay, define your own theme and add that theme to the activity in manifest.xml that you want to change. create a new xml file in res/values, and in the androidmanifest.xml file add your that theme to your activity. you can use this as an example style name=Theme parent=android:Theme.Dialog