질문과 답변

모 바 일 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 - -
94228 윈 도 우| 가끔씩 빈창이 열리는 현상을 없애는 방법을 알고 싶습니다. [4] 자비 556 07-27
94227 소프트웨어| 백신 관련 질문이에요 요즘 v3가 광고나, 뉴스창? 이런게 ... [7] 나노오백 668 07-27
94226 소프트웨어| 아마존 프라임 비디오 앱 drm제거 가능한가요? [3] nadaeri 304 07-27
94225 소프트웨어| 마이크로소프트 워드에서 모두 바꾸기 질문입니다. [13] 파풍초 415 07-27
94224 윈 도 우| 윈도우 설치시 포멧 [6] 홍낄똥 766 07-27
94223 윈 도 우| ssd 변경후 reboot and select proprt device...ㅜㅜ [5] 뷰리풀투데 501 07-27
94222 윈 도 우| 탐색기에서 드라이브 인식은 되는데 드라이브 문자가 안보... [2] 숲에이드 384 07-26
94221 윈 도 우| 한글 우선 입력 [1] Gown 505 07-26
94220 윈 도 우| 윈도우10 부팅 후 와이파이 자동연결 안되는 문제 [2] bohem 585 07-26
94219 기 타| 엣지 브라우저 즐겨찾기 텍스트가 갑자기 커졌습니다 [2] 3561 249 07-26
94218 기 타| 닉네임에 그림이나 3D PNG 파일 같은 건 어떻게 넣나요? [2] 타천사둘리 269 07-26
94217 윈 도 우| 윈도우11 최신버전에서 볼륨믹서 활성화 안됨 [4] 포토엔유 475 07-26
94216 윈 도 우| unattend.xml 무인응답파일에서 계정 2개 가능할까요? [3] ton3d 379 07-26
94215 하드웨어| CPU 온도볼때 HWINFO 질문드립니다. [1] 보리하우스 351 07-26
94214 하드웨어| M.2 NVME SSD To PCIe Adapter에 관하여 조언 구합니다 [14] 쟁고 590 07-26
94213 소프트웨어| AMD 소프트웨어 질문을 하겠습니다 [1] 원주민 322 07-25
94212 윈 도 우| OneDrive 삭제 후 바탕화면 날아갔네요.. [2] iOS 604 07-25
94211 하드웨어| 그래픽카드 케이스와 연결되는 부분 [2] KS22 324 07-25
94210 하드웨어| 기계식 키보드 더블 클릭 [3] 한스 420 07-25
94209 윈 도 우| .cmd 를 관리자권한 실행하는 두 가지 방법 - 결과가 달라요 [2] ton3d 508 07-25
XE1.11.6 Layout1.4.8