When I upgraded Android Studio 1.5.1 to Play Services Rev. 29, the main activity (as well as the Android Manifest) in my existing project was auto-updated to include the App Indexing boilerplate code. The unaltered boilerplate code then caused an exception in onStart of the activity (which is when I realized it had been added). I'm in the middle of production code development & am unwilling to divert.
How do I prevent this auto-generation in the future?
This question is similar to the question: What is the new generated code “This was auto-generated to implement the App Indexing API.”?
However, I don't care "what it is" right now - I want it not to darken my door next time I upgrade Android Studio.
Thanks!