diff options
Diffstat (limited to 'templates/other/Notification/root/AndroidManifest.xml.ftl')
-rw-r--r-- | templates/other/Notification/root/AndroidManifest.xml.ftl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/other/Notification/root/AndroidManifest.xml.ftl b/templates/other/Notification/root/AndroidManifest.xml.ftl new file mode 100644 index 0000000..fb564cc --- /dev/null +++ b/templates/other/Notification/root/AndroidManifest.xml.ftl @@ -0,0 +1,5 @@ +<manifest xmlns:android="http://schemas.android.com/apk/res/android" > + + <uses-permission android:name="android.permission.VIBRATE" /> + +</manifest> |