diff options
| author | Jack Palevich <jackpal@google.com> | 2011-10-27 05:45:45 -0700 |
|---|---|---|
| committer | Jack Palevich <jackpal@google.com> | 2011-10-27 05:45:45 -0700 |
| commit | 1163f69aac0e72ea3274c2516caa540accd418ca (patch) | |
| tree | f01e851c6880712700f1d6f7f42ee7c925056d6c /samples/ApiDemos/src/com/example/android/apis/accessibility/TaskBackService.java | |
| parent | 1a9f6bf710d1e437b62fe49ff616fca814066982 (diff) | |
Fix activities that want to handle screen size and orientation changes themselves.
In API level 13 the android:configChanges property was changed incompatably.
In API level 12 and below, an activity that wanted to handle screen size and orientation changes
could achieve that by specifying
android:configChanges="orientation"
Starting with API level 13 the activity must specify
android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
This change updates all the activities in ApiDemos that want to handle screen size and orientation
changes themselves.
Fixes b/5522551 ApiDemos OpenGL ES rotation-without-restarting-Activity broken for API levels 13+
Change-Id: Ibc8b2b77eab9be279b56c026d76787d7185c62c9
Diffstat (limited to 'samples/ApiDemos/src/com/example/android/apis/accessibility/TaskBackService.java')
0 files changed, 0 insertions, 0 deletions
