I have kept my application with the android:targetSdkVersion="10" to force that 3 dots menu appear and the user can call my PreferencesScreen.
However this is a problem for me since the google play only recognize my app as tablet compatible if I get version 11 ou above.
I see that moving the targetSdkVersion to 11 Android 6 does show the 3 dots. However most of my customers are using early 4 versions (4.0.4 or 4.1.1) and in those version there is no menu, and then no way to configure the app.
Is there a easy way to add this application menu based on the PreferenceScreen/PreferenceManager that I have already implemented?
Thanks
However this is a problem for me since the google play only recognize my app as tablet compatible if I get version 11 ou above.
I see that moving the targetSdkVersion to 11 Android 6 does show the 3 dots. However most of my customers are using early 4 versions (4.0.4 or 4.1.1) and in those version there is no menu, and then no way to configure the app.
Is there a easy way to add this application menu based on the PreferenceScreen/PreferenceManager that I have already implemented?
Thanks