fix(android): Update other activities for edge to edge 🪟#14463
fix(android): Update other activities for edge to edge 🪟#14463darcywong00 merged 3 commits intomasterfrom
Conversation
User Test Results |
Test ResultsPrerequisite setup: Install the PR build of Keyman for Android on an Android emulator/device of Android API 34 I tested this PR in the "Keyman-19.0.89-alpha-test-14463" build on Android 14, Pixel 7a API_34(Emulator). Here I am sharing my observation.
|
| import com.keyman.engine.util.MapCompat; | ||
|
|
||
| public class KeymanSettingsInstallActivity extends AppCompatActivity { | ||
| public class KeymanSettingsInstallActivity extends BaseActivity { |
There was a problem hiding this comment.
Can you remove the old AppCompatActivity import?
|
Changes in this pull request will be available for download in Keyman version 19.0.101-alpha |
Relates to #14248 and follows #14396
This updates the rest of the Keyman activities to handle the edge-to-edge behavior in Android API 35+.
Some activites converted from AppCompatActivity to BaseActivity.
As needed, the activities call BaseActivity:
As noted in the previous PR #14396
the color changes in
User Testing
Setup - Install the PR build of Keyman for Android on an Android emulator/device of Android API 34