mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(我的荣耀): 请求位置权限提示信息-默认关闭 (#583)
This commit is contained in:
17
src/apps/com.hihonor.phoneservice.ts
Normal file
17
src/apps/com.hihonor.phoneservice.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.hihonor.phoneservice',
|
||||||
|
name: '我的荣耀',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 10,
|
||||||
|
name: '请求位置权限提示信息',
|
||||||
|
activityIds: 'com.hihonor.phoneservice.main.MainActivity',
|
||||||
|
rules:
|
||||||
|
'[text^="开启定位权限"] + [id="com.hihonor.phoneservice:id/iv_close"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12783134',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user