device/qcom/common: Enable all rotations
Change config file to enable all rotations on device to make sure all display composition paths get executed. Change-Id: I5ff0b3fa039f45c0c967ceb12f3dfc4d587bc476
This commit is contained in:
parent
661a00c68b
commit
af768e6ef7
|
@ -37,5 +37,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<bool name="config_enableFusedLocationOverlay" translatable="false">false</bool>
|
||||
<string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
|
||||
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
|
||||
<bool name="config_allowAllRotations">true</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue