Skip to content

Commit

Permalink
AuthenticatorActivity Portrait only
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Jul 27, 2017
1 parent 0d507d0 commit dc790cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 2
versionName "0.9.1"
versionCode 3
versionName "0.9.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
android:name="com.mntechnique.otpmobileauth.ApplicationController"
android:theme="@style/AppTheme">
<activity android:name="com.mntechnique.otpmobileauth.auth.AuthenticatorActivity"
android:exported="true" ></activity>
android:exported="true" android:screenOrientation="portrait">
</activity>

<service android:name="com.mntechnique.otpmobileauth.auth.FrappeAuthenticatorService">
<intent-filter>
Expand Down

0 comments on commit dc790cd

Please sign in to comment.