summaryrefslogtreecommitdiffstats
path: root/tools/recovery_l10n/AndroidManifest.xml
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-03-26 16:45:24 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-26 16:45:24 +0100
commit2dbd06c7ed9e753439fb2c0e17d11ca6323e5157 (patch)
tree660f8f2dcdc64c1ccaa0665463e275fe9dd16a31 /tools/recovery_l10n/AndroidManifest.xml
parentMerge "Skip stashing source blocks in verify mode" (diff)
parentMove recovery_l10n here from development/tools. (diff)
downloadandroid_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.gz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.bz2
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.lz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.xz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.zst
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.zip
Diffstat (limited to 'tools/recovery_l10n/AndroidManifest.xml')
-rw-r--r--tools/recovery_l10n/AndroidManifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/recovery_l10n/AndroidManifest.xml b/tools/recovery_l10n/AndroidManifest.xml
new file mode 100644
index 000000000..8c51a4e08
--- /dev/null
+++ b/tools/recovery_l10n/AndroidManifest.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.recovery_l10n">
+
+ <application android:label="Recovery Localizer">
+ <activity android:name="Main"
+ android:label="Recovery Localizer">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ </application>
+
+</manifest>
+
+