修改launcher/launcher/src/main/cpp/swipe_view.h,引入BundleInfoScan函数

引用BundleInfoScan函数

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh
2024-05-06 07:53:22 +00:00
committed by Gitee
parent 17b4f20b4e
commit 8e3148691f
+1 -1
View File
@@ -75,7 +75,7 @@ public:
SwipeView(UILabel* titlellable, UILabel* taillable);
virtual ~SwipeView();
void OnSetUpView();
void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, ViewGroupPage* arrPage[MAX_VIEWGROUP]);
void BundleInfoScan(BundleInfo* pBundleInfos, int count);
void StartApp(AppInfo* app);
void ShowLongPressView(AppInfo* app);
void UninstallApp(AppInfo* app);