Log in other reddit accounts are available. Add an account switcher in the navigation drawer in MainActivity.

This commit is contained in:
Alex Ning
2019-08-08 20:05:45 +08:00
parent 5b5da3d3fd
commit e542ac5138
21 changed files with 451 additions and 135 deletions

View File

@@ -9,7 +9,6 @@
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="22" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application
@@ -21,10 +20,11 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<service
android:name=".SubmitPostService"
android:enabled="true"
android:exported="false"></service>
android:exported="false" />
<activity
android:name=".FilteredPostsActivity"