Skip to content

Commit

Permalink
back button to reader activity
Browse files Browse the repository at this point in the history
  • Loading branch information
HUGH Pearse committed Mar 18, 2018
1 parent f73273f commit 7dc0ea6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -6,7 +6,7 @@ android {
applicationId "hughpearse.myapplication004"
minSdkVersion 23
targetSdkVersion 23
versionCode 16
versionCode 17
versionName "1.0b"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":15},"path":"app-release.apk","properties":{"packageId":"hughpearse.myapplication004","split":"","minSdkVersion":"23"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":16},"path":"app-release.apk","properties":{"packageId":"hughpearse.myapplication004","split":"","minSdkVersion":"23"}}]
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -13,6 +13,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">

<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -22,14 +23,13 @@
</activity>
<activity android:name=".SelectFileActivity" />
<activity android:name=".HandleFileTypes" />
<activity android:name=".ReaderActivity" />
<activity android:name=".ReaderActivity" android:parentActivityName=".MainActivity"/>
<activity android:name=".DonateActivity" android:parentActivityName=".MainActivity"/>

<service
android:name=".MyTTSService"
android:enabled="true"
android:exported="true" />

<activity android:name=".DonateActivity" android:parentActivityName=".MainActivity"/>
</application>

</manifest>

0 comments on commit 7dc0ea6

Please sign in to comment.