Loading app/core/src/main/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="com.fsck.k9.core"> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> Loading app/k9mail-jmap/src/main/AndroidManifest.xml +3 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.fsck.k9.jmap" android:installLocation="auto"> Loading Loading @@ -30,7 +31,8 @@ android:label="@string/app_name" android:resizeableActivity="true" android:theme="@style/Theme.K9.Startup" android:usesCleartextTraffic="true"> android:usesCleartextTraffic="true" tools:replace="android:theme"> <meta-data android:name="android.app.default_searchable" Loading app/k9mail/src/main/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" xmlns:tools="http://schemas.android.com/tools" package="com.fsck.k9"> <uses-feature Loading Loading @@ -49,6 +50,7 @@ android:icon="@drawable/ic_e_launcher" android:roundIcon="@mipmap/icon_e" android:label="@string/app_name" tools:replace="android:theme" android:theme="@style/Theme.K9.Startup" android:resizeableActivity="true" android:allowBackup="false"> Loading app/ui/legacy/src/main/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.fsck.k9.ui"> <application android:theme="@style/Theme.K9.Light" /> <queries> <intent> <!-- Used to check whether to display the "Add from Contacts" menu item in the compose screen --> Loading Loading
app/core/src/main/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="com.fsck.k9.core"> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> Loading
app/k9mail-jmap/src/main/AndroidManifest.xml +3 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.fsck.k9.jmap" android:installLocation="auto"> Loading Loading @@ -30,7 +31,8 @@ android:label="@string/app_name" android:resizeableActivity="true" android:theme="@style/Theme.K9.Startup" android:usesCleartextTraffic="true"> android:usesCleartextTraffic="true" tools:replace="android:theme"> <meta-data android:name="android.app.default_searchable" Loading
app/k9mail/src/main/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" xmlns:tools="http://schemas.android.com/tools" package="com.fsck.k9"> <uses-feature Loading Loading @@ -49,6 +50,7 @@ android:icon="@drawable/ic_e_launcher" android:roundIcon="@mipmap/icon_e" android:label="@string/app_name" tools:replace="android:theme" android:theme="@style/Theme.K9.Startup" android:resizeableActivity="true" android:allowBackup="false"> Loading
app/ui/legacy/src/main/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.fsck.k9.ui"> <application android:theme="@style/Theme.K9.Light" /> <queries> <intent> <!-- Used to check whether to display the "Add from Contacts" menu item in the compose screen --> Loading