get ready for translations

This commit is contained in:
geeksville 2020-04-09 11:03:17 -07:00
parent e4bbdf1d1e
commit 5a90a06580
7 changed files with 128 additions and 231 deletions

View file

@ -34,7 +34,9 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<!-- the xing library will try to bring this permission in but we don't want it -->
<uses-permission android:name="android.permission.CAMERA" tools:node="remove" />
<uses-permission
android:name="android.permission.CAMERA"
tools:node="remove" />
<uses-feature
android:name="android.hardware.bluetooth_le"
@ -84,6 +86,7 @@
android:name="com.geeksville.mesh.MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateAlwaysHidden"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />