forked from mirror/monocles_chat
remove unused permission + fix app name on finished installation hint
This commit is contained in:
parent
e0e4db0820
commit
bca37d4850
1 changed files with 0 additions and 5 deletions
|
@ -10,8 +10,6 @@
|
|||
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
|
||||
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
|
||||
tools:ignore="ScopedStorage" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
<uses-permission android:name="android.permission.READ_PROFILE" />
|
||||
|
@ -118,7 +116,6 @@
|
|||
|
||||
|
||||
<application
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:allowBackup="true"
|
||||
android:appCategory="social"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
|
@ -133,8 +130,6 @@
|
|||
android:requestLegacyExternalStorage="true"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/ConversationsTheme"
|
||||
tools:ignore="GoogleAppIndexingWarning"
|
||||
tools:replace="android:label, android:allowBackup"
|
||||
tools:targetApi="tiramisu">
|
||||
|
||||
<service android:name="de.monocles.chat.DownloadDefaultStickers" />
|
||||
|
|
Loading…
Add table
Reference in a new issue