mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Ajout utilisation du vibreur dans la notification
This commit is contained in:
parent
4d99698930
commit
06cd7a443d
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
package="net.foucry.pilldroid">
|
||||
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
|
@ -48,6 +49,7 @@
|
|||
android:parentActivityName=".MedicamentListActivity"
|
||||
android:theme="@style/AppTheme">
|
||||
</activity>
|
||||
<receiver android:name=".NotificationPublisher" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
Loading…
Reference in a new issue