jerrymannel / smsgateway

This application turns your Android phone into a simple HTTP enabled SMS gateway.
39 stars 29 forks source link

Screen rotate #2

Open somoza opened 8 years ago

somoza commented 8 years ago

The server shutdown if the screen rotate...

Add android:screenOrientation="portrait" to the element/s in the manifest or landscape and you're done.

If I have some time I will try to send you a pull request.

Greetings from the south of the South America

somoza commented 8 years ago

I added a pull request for this.

https://github.com/jerrymannel/smsgateway/pull/3