Skip to content Skip to sidebar Skip to footer

How To Make Android System Force Landscape For All Apk?

To get this, I've made three kind of modify in android system(v4.04).They are: 1. WindowsManagerService.java, modified the getOrientationFromWindowsLocked(); 2. Activity.java, modi

Solution 1:

According to me you have to modified your SensorManager class in android. The method provided is onSensorChange(). In this method you can write the code for your requirement i.e for Landscape mode.


Post a Comment for "How To Make Android System Force Landscape For All Apk?"