We ship an aar to our customer. We are facing a problem as we use an action bar in one of our activities and the customer has his theme set to:
android:theme="@android:style/Theme.NoTitleBar"
Now this is causing a problem as the app crashes. Is it possible for the customer to add an entry in their manifest for our activity and set its theme to what we suggest?