How could I use the same set of preference screens for all Android versions from 2.X to 4.X?
- 阅读更多 关于 How could I use the same set of preference screens for all Android versions from 2.X to 4.X?
问题 NOTICE: Please save yourself some time and refer to the accepted answer, no need to read all the quesiton. You may read the rest of the question and the answer I provided for an alternative (although less sophisticated) method. Also, you may want to take advantage of the fix for the background glitch in Android 2.X, by adding the related piece of code to your preference activity class. Background Being a newbie to Android coding, but somewhat experienced in other programming languages