diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index 79d337310..9b149287a 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -15,132 +15,141 @@ --> + coreApp="true" + package="com.android.inputmethod.latin" + android:versionCode="28"> - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + android:protectionLevel="signature"/> + android:icon="@drawable/ic_launcher_keyboard" + android:supportsRtl="true" + android:allowBackup="true" + android:defaultToDeviceProtectedStorage="true" + android:directBootAware="true"> + android:label="@string/english_ime_name" + android:permission="android.permission.BIND_INPUT_METHOD" + android:exported="true"> - + - + + android:label="@string/spell_checker_service_name" + android:permission="android.permission.BIND_TEXT_SERVICE" + android:exported="true"> - + + android:resource="@xml/spellchecker"/> + android:label="@string/dictionary_service_name"> + android:theme="@style/platformActivityTheme" + android:label="@string/english_ime_name" + android:icon="@drawable/ic_launcher_keyboard" + android:launchMode="singleTask" + android:noHistory="true" + android:exported="true"> - - + + - + + android:theme="@style/platformActivityTheme" + android:label="@string/english_ime_name" + android:clearTaskOnLaunch="true" + android:exported="true"> - + + android:theme="@style/platformSettingsTheme" + android:label="@string/english_ime_settings" + android:exported="true"> - + + android:theme="@style/platformSettingsTheme" + android:label="@string/android_spell_checker_settings" + android:exported="true"> - + + android:theme="@style/platformSettingsTheme" + android:label="@string/dictionary_settings_title" + android:uiOptions="splitActionBarWhenNarrow" + android:exported="true"> + android:theme="@style/platformActivityTheme" + android:label="@string/dictionary_install_over_metered_network_prompt" + android:exported="true"> @@ -148,47 +157,51 @@ + android:exported="false"/> - + - - - - + + + + - + - + - + - - - - + + + + - + - + + android:grantUriPermissions="true" + android:exported="false" + android:authorities="@string/authority" + android:multiprocess="false" + android:label="@string/dictionary_provider_name"> diff --git a/tools/EditTextVariations/AndroidManifest.xml b/tools/EditTextVariations/AndroidManifest.xml index 96c244b32..b5a27b9c8 100644 --- a/tools/EditTextVariations/AndroidManifest.xml +++ b/tools/EditTextVariations/AndroidManifest.xml @@ -14,34 +14,27 @@ limitations under the License. --> - - - - - + + + + + - - + + - +