添加提交点c725576d58c2cbe486754c3909a6a4d8bfd3797c时的附加提交文件。
This commit is contained in:
6
positions/src/beta/res/xml/file_provider.xml
Normal file
6
positions/src/beta/res/xml/file_provider.xml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<external-files-path
|
||||||
|
name="BaseBean"
|
||||||
|
path="BaseBean/" />
|
||||||
|
</paths>
|
||||||
19
positions/src/beta/res/xml/shortcutsmain.xml
Normal file
19
positions/src/beta/res/xml/shortcutsmain.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<!-- 切换启动入口的快捷菜单 -->
|
||||||
|
<shortcut
|
||||||
|
android:shortcutId="open_appplus"
|
||||||
|
android:enabled="true"
|
||||||
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
android:shortcutShortLabel="@string/open_appplus"
|
||||||
|
android:shortcutLongLabel="@string/open_appplus"
|
||||||
|
android:shortcutDisabledMessage="@string/appplus_open_disabled">
|
||||||
|
<intent
|
||||||
|
android:action="cc.winboll.studio.positions.App.ACTION_OPEN_APPPLUS"
|
||||||
|
android:targetPackage="cc.winboll.studio.positions.beta"
|
||||||
|
android:targetClass="cc.winboll.studio.positions.activities.ShortcutActionActivity"
|
||||||
|
android:data="open_appplus" />
|
||||||
|
|
||||||
|
<categories android:name="android.shortcut.conversation" />
|
||||||
|
</shortcut>
|
||||||
|
</shortcuts>
|
||||||
19
positions/src/beta/res/xml/shortcutsplus.xml
Normal file
19
positions/src/beta/res/xml/shortcutsplus.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<!-- 切换启动入口的快捷菜单 -->
|
||||||
|
<shortcut
|
||||||
|
android:shortcutId="close_appplus"
|
||||||
|
android:enabled="true"
|
||||||
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
android:shortcutShortLabel="@string/close_appplus"
|
||||||
|
android:shortcutLongLabel="@string/close_appplus"
|
||||||
|
android:shortcutDisabledMessage="@string/appplus_close_disabled">
|
||||||
|
<intent
|
||||||
|
android:action="cc.winboll.studio.positions.App.ACTION_CLOSE_APPPLUS"
|
||||||
|
android:targetPackage="cc.winboll.studio.positions.beta"
|
||||||
|
android:targetClass="cc.winboll.studio.positions.activities.ShortcutActionActivity"
|
||||||
|
android:data="close_appplus" />
|
||||||
|
|
||||||
|
<categories android:name="android.shortcut.conversation" />
|
||||||
|
</shortcut>
|
||||||
|
</shortcuts>
|
||||||
BIN
positions/src/main/res/drawable/ic_positions_plus.png
Normal file
BIN
positions/src/main/res/drawable/ic_positions_plus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
6
positions/src/main/res/xml/file_provider.xml
Normal file
6
positions/src/main/res/xml/file_provider.xml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<external-files-path
|
||||||
|
name="BaseBean"
|
||||||
|
path="BaseBean/" />
|
||||||
|
</paths>
|
||||||
19
positions/src/main/res/xml/shortcutsmain.xml
Normal file
19
positions/src/main/res/xml/shortcutsmain.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<!-- 切换启动入口的快捷菜单 -->
|
||||||
|
<shortcut
|
||||||
|
android:shortcutId="open_appplus"
|
||||||
|
android:enabled="true"
|
||||||
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
android:shortcutShortLabel="@string/open_appplus"
|
||||||
|
android:shortcutLongLabel="@string/open_appplus"
|
||||||
|
android:shortcutDisabledMessage="@string/appplus_open_disabled">
|
||||||
|
<intent
|
||||||
|
android:action="cc.winboll.studio.positions.App.ACTION_OPEN_APPPLUS"
|
||||||
|
android:targetPackage="cc.winboll.studio.positions"
|
||||||
|
android:targetClass="cc.winboll.studio.positions.activities.ShortcutActionActivity"
|
||||||
|
android:data="open_appplus" />
|
||||||
|
|
||||||
|
<categories android:name="android.shortcut.conversation" />
|
||||||
|
</shortcut>
|
||||||
|
</shortcuts>
|
||||||
19
positions/src/main/res/xml/shortcutsplus.xml
Normal file
19
positions/src/main/res/xml/shortcutsplus.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<!-- 切换启动入口的快捷菜单 -->
|
||||||
|
<shortcut
|
||||||
|
android:shortcutId="close_appplus"
|
||||||
|
android:enabled="true"
|
||||||
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
android:shortcutShortLabel="@string/close_appplus"
|
||||||
|
android:shortcutLongLabel="@string/close_appplus"
|
||||||
|
android:shortcutDisabledMessage="@string/appplus_close_disabled">
|
||||||
|
<intent
|
||||||
|
android:action="cc.winboll.studio.positions.App.ACTION_CLOSE_APPPLUS"
|
||||||
|
android:targetPackage="cc.winboll.studio.positions"
|
||||||
|
android:targetClass="cc.winboll.studio.positions.activities.ShortcutActionActivity"
|
||||||
|
android:data="close_appplus" />
|
||||||
|
|
||||||
|
<categories android:name="android.shortcut.conversation" />
|
||||||
|
</shortcut>
|
||||||
|
</shortcuts>
|
||||||
Reference in New Issue
Block a user