mirror of
https://github.com/openharmony/applications_sample_camera.git
synced 2026-07-19 13:14:38 -04:00
修改launcher/launcher/src/main/cpp/swipe_view.h,引入BundleInfoScan函数
引用BundleInfoScan函数 Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user