Skip to content

Commit 864f0d3

Browse files
committed
small nitpicks
1 parent ec4a7f6 commit 864f0d3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

SensorMod/Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# SensorMod
22

3-
This Module allows you to selectively disable sensors.
3+
This Module allows you to selectively disable sensors on your android device.
4+
Every sensor is listed and can be selectively disabled at choice.
5+
Supports all sensors reported by Android through the SensorManager API.
6+
Select all apps to disable the sensors for as scope for the module.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
22
<string name="app_name">SensorMod</string>
3-
<string name="description">This Module allows you to selectively disable sensors.</string>
3+
<string name="description">Selectively disable sensors.</string>
44
<string name="title_activity_settings">SensorMod Settings</string>
55
</resources>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
This Module allows you to selectively disable sensors on your android device.
22
Every sensor is listed and can be selectively disabled at choice.
33
Supports all sensors reported by Android through the SensorManager API.
4+
Select all apps to disable the sensors for as scope for the module.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This Module allows you to selectively disable sensors.
1+
Selectively disable sensors.

0 commit comments

Comments
 (0)