diff options
Diffstat (limited to 'templates/alias.template')
-rw-r--r-- | templates/alias.template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/alias.template b/templates/alias.template new file mode 100644 index 0000000..14899ce --- /dev/null +++ b/templates/alias.template @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +ALIAS PROJECTS ARE CURRENT NOT SUPPORTED. +THIS FILE IS CURRENTLY BROKEN AND SHOULD NOT BE USED. +--> +<alias xmlns:android="http://schemas.android.com/apk/res/android"> + <intent android:action="android.intent.action.VIEW" + android:data="ALIASDATA"/> +</alias>
\ No newline at end of file |