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:hardwareAccelerated="false">
|
||||
|
||||
<service android:name="Keyboard2"
|
||||
<service android:name="juloo.keyboard2.Keyboard2"
|
||||
android:label="@string/app_name"
|
||||
android:permission="android.permission.BIND_INPUT_METHOD">
|
||||
<intent-filter>
|
||||
@ -23,7 +23,7 @@
|
||||
android:resource="@xml/method" />
|
||||
</service>
|
||||
|
||||
<activity android:name="SettingsActivity"
|
||||
<activity android:name="juloo.keyboard2.SettingsActivity"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/settings_activity_label">
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user