mirror of https://github.com/M66B/FairEmail.git
Define manage space activity
This commit is contained in:
parent
3cbc81cb08
commit
485474b415
|
@ -28,6 +28,7 @@
|
||||||
android:appCategory="productivity"
|
android:appCategory="productivity"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
android:manageSpaceActivity=".ActivitySetup"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
|
|
Loading…
Reference in New Issue