I just updated an existing app to targetSdkVersion="27" with permission for "PERMISSION_WRITE_EXTERNAL_STORAGE" and it all seems to work as expected with one exception...
The single Activity, single screen app has 3 menu options added in the normal way but the 3 dots in the title bar have disappeared rendering the menu inaccessible. If I return the target SDK to 22 commenting our the permissions code it reappears.
What am I missing?
The single Activity, single screen app has 3 menu options added in the normal way but the 3 dots in the title bar have disappeared rendering the menu inaccessible. If I return the target SDK to 22 commenting our the permissions code it reappears.
What am I missing?
Last edited: