forked from extern/Unexpected-Keyboard
Use full class path in AndroidManifest
Allows to make debug variant of the app by only changing the `package` attribute.
This commit is contained in:
parent
539c7fcd74
commit
3c04e0eebb
@ -13,7 +13,7 @@
|
|||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:hardwareAccelerated="false">
|
android:hardwareAccelerated="false">
|
||||||
|
|
||||||
<service android:name="Keyboard2"
|
<service android:name="juloo.keyboard2.Keyboard2"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:permission="android.permission.BIND_INPUT_METHOD">
|
android:permission="android.permission.BIND_INPUT_METHOD">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
android:resource="@xml/method" />
|
android:resource="@xml/method" />
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<activity android:name="SettingsActivity"
|
<activity android:name="juloo.keyboard2.SettingsActivity"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/settings_activity_label">
|
android:label="@string/settings_activity_label">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
Loading…
Reference in New Issue
Block a user