질문과 답변

모 바 일 android xml 파일에서 바로가기를 만들려고 하는데요

2022.07.14 17:17

brucex 조회:93

android xml 파일에서 바로가기를 만들려고 하는데요, url을 어디에 넣나요?

 

url = https://windowsforum.kr

 

 

windowsforum.xml 파일입니다.

 

 

<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">

    <shortcut

        android:shortcutId="manage_shortcuts"

        android:enabled="true"

        android:icon="@drawable/ic_launcher_foreground"

        android:shortcutShortLabel="@string/short_label"

        android:shortcutLongLabel="@string/short_label"

        android:shortcutDisabledMessage="@string/short_label">

        <intent

            android:action="android.intent.action.VIEW"

            android:targetPackage="com.example.ssa_modular"

            android:targetClass="com.example.ssa_modular.MainActivity" />

    </shortcut>

 

    <shortcut

        android:shortcutId="manage_shortcuts2"

        android:icon="@drawable/ic_launcher_background"

        android:shortcutShortLabel="@string/long_label"

        android:shortcutLongLabel="@string/long_label"

        android:shortcutDisabledMessage="@string/long_label">

        <intent

            android:action="android.intent.action.VIEW"

            android:targetPackage="com.example.ssa_modular"

            android:targetClass="com.example.ssa_modular.MainActivity" />

    </shortcut>

</shortcuts>

<activity

    android:name=".MainActivity"

    android:exported="true"

    android:launchMode="singleTop">

    <intent-filter>

        <action android:name="android.intent.action.MAIN" />

 

        <category android:name="android.intent.category.LAUNCHER" />

    </intent-filter>

    <meta-data

        android:name="android.app.shortcuts"

        android:resource="@xml/shortcuts" />

</activity>

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
99897 소프트웨어| 포타블 토탈커맨더에서 패스복사하기 단축키가 안 먹히네요? brucex 91 11-25
99896 윈 도 우| 탐색기 폴더확장이 잘 안되네요 我行 91 05-18
99895 윈 도 우| 아이콘 및 잠금문의입니다. 감당못해 92 12-04
99894 윈 도 우| PEnetwork에 대한 문의 겸섭아빠 92 06-25
99893 소프트웨어| 혹시 universal shield 4.7 프로그램 사용하시는 분 있나요? 폰타나 92 12-19
99892 소프트웨어| EmEditor 문서 내 단어 자동완성 Abundance 92 02-04
99891 윈 도 우| REMOTEFX 사용중이신분계신가요? [2] MSTSC 92 12-22
99890 소프트웨어| 페이스북 질문입니다.. Nauthizh 93 09-28
99889 하드웨어| 태블릿의 밝기 성능은 어디서 확인할 수가 있는지요? [1] joe 93 06-27
» 모 바 일| android xml 파일에서 바로가기를 만들려고 하는데요 brucex 93 07-14
99887 기 타| 멜X티켓 매크로 같은 거 써보신 분들 계실까요? NEVERLAND 93 01-12
99886 윈 도 우| read vbs 없다고 하네요 어떻게 하면 되나요 [2] 나물국 94 04-07
99885 기 타| ipdisk nas 1dual 질문좀하겠습니다 [1] 深泉[三神 94 01-12
99884 윈 도 우| 탐색에서 사진앱이 움직이지 않네요 [1] 토니™짱야 94 04-10
99883 기 타| (질문 수정) Embed 코드로 윈포에 게시하는 방법을 알고 싶... 눈이 94 03-16
99882 소프트웨어| 크롬 익스텐션에 등록해도 개인 정보가 보호되는지요? [1] joe 94 01-27
99881 윈 도 우| powershell 이 응답이 없습니다. 좋게멋지게 94 06-16
99880 소프트웨어| 프리미어에서 파일 import가 너무 오래 걸리네요? brucex 94 12-24
99879 소프트웨어| 크롬에서 image lazy 로딩 기능을 disable 시키는 방법? 숲에이드 94 09-25
99878 윈 도 우| 윈도우 질문있습니다. 바이티 95 10-03
XE1.11.6 Layout1.4.8