Skip to content

Commit

Permalink
#1218 update permission names for key event relay service
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Jun 30, 2024
1 parent 24cfa60 commit 3d9c4bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/ci/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<permission android:name="io.github.sds100.keymapper.ci.KEY_EVENT_RECEIVER">
<permission android:name="io.github.sds100.keymapper.ci.KEY_EVENT_RELAY_SERVICE">
<!-- I would make this have signature protection level
but I already released the Key Mapper GUI Keyboard
with a different signature -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<permission android:name="io.github.sds100.keymapper.debug.KEY_EVENT_RECEIVER">
<permission android:name="io.github.sds100.keymapper.debug.KEY_EVENT_RELAY_SERVICE">
<!-- I would make this have signature protection level
but I already released the Key Mapper GUI Keyboard
with a different signature -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/debug_release/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<permission android:name="io.github.sds100.keymapper.KEY_EVENT_RECEIVER">
<permission android:name="io.github.sds100.keymapper.KEY_EVENT_RELAY_SERVICE">
<!-- I would make this have signature protection level
but I already released the Key Mapper GUI Keyboard
with a different signature -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<uses-permission android:name="com.termux.permission.RUN_COMMAND" />

<!-- This permission is in each build variant's AndroidManifest -->
<!-- <permission android:name="io.github.sds100.keymapper.KEY_EVENT_RECEIVER">-->
<!-- <permission android:name="io.github.sds100.keymapper.KEY_EVENT_RELAY_SERVICE">-->
<!-- </permission>-->

<uses-permission
Expand Down

0 comments on commit 3d9c4bf

Please sign in to comment.