Skip to content

Commit

Permalink
WD| Disable automatic logout #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
baksosapi committed Nov 7, 2017
1 parent c893f4a commit 23014a5
Show file tree
Hide file tree
Showing 12 changed files with 1,083 additions and 415 deletions.
28 changes: 25 additions & 3 deletions opensrp-bidan/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,32 @@
android:screenOrientation="landscape"
android:theme="@style/AppTheme"
/>
<activity android:name=".activity.BidanLandingActivity"
<activity android:name=".activity.NativeKISmartRegisterActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape"
android:theme="@style/AppTheme"
/>
android:theme="@style/AppThemeNoActionBarAndTitle"
android:windowSoftInputMode="adjustResize" />
<activity android:name=".activity.NativeKIAnakSmartRegisterActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape"
android:theme="@style/AppThemeNoActionBarAndTitle"
android:windowSoftInputMode="adjustResize" />
<activity android:name=".activity.NativeKIANCSmartRegisterActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape"
android:theme="@style/AppThemeNoActionBarAndTitle"
android:windowSoftInputMode="adjustResize" />
<activity android:name=".activity.NativeKIPNCSmartRegisterActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape"
android:theme="@style/AppThemeNoActionBarAndTitle"
android:windowSoftInputMode="adjustResize" />
<activity android:name=".activity.NativeKBSmartRegisterActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape"
android:theme="@style/AppThemeNoActionBarAndTitle"
android:windowSoftInputMode="adjustResize" />

</application>

</manifest>
Loading

0 comments on commit 23014a5

Please sign in to comment.