0.9.8 - StartScreen + Check for updates + Bug fixes + Lot more...
This commit is contained in:
parent
513b286e07
commit
b5c2399034
129 changed files with 3944 additions and 1535 deletions
|
|
@ -2,11 +2,16 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<!-- Check device for books -->
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission
|
||||
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
|
||||
tools:ignore="ScopedStorage" />
|
||||
|
||||
<!-- Send notification about new app version -->
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<queries>
|
||||
|
||||
<!-- Translator -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue