mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-26 16:50:22 +00:00
commit
330af2cd61
@ -12,14 +12,14 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import Log from '../../../../../../../../common/src/main/ets/default/Log.ets'
|
||||
import Log from '../../../../../../../../common/src/main/ets/default/Log';
|
||||
import ScreenshotManager from '@ohos.screenshot';
|
||||
import WindowMar from '@ohos.window'
|
||||
import ImageMar from '@ohos.multimedia.image'
|
||||
import mediaLibrary from '@ohos.multimedia.mediaLibrary'
|
||||
import WindowMar from '@ohos.window';
|
||||
import ImageMar from '@ohos.multimedia.image';
|
||||
import mediaLibrary from '@ohos.multimedia.mediaLibrary';
|
||||
import FileIo from '@ohos.fileio';
|
||||
import Constants from '../common/constants.ets'
|
||||
import display from '@ohos.display'
|
||||
import Constants from '../common/constants';
|
||||
import display from '@ohos.display';
|
||||
|
||||
const TAG = 'ScreenShot-ScreenShotModel';
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import ServiceExtensionAbility from '@ohos.application.ServiceExtensionAbility'
|
||||
import windowManager from '@ohos.window'
|
||||
import display from '@ohos.display'
|
||||
import Log from '../../../../../../common/src/main/ets/default/Log.ets'
|
||||
import Constants from '../../../../../../features/screenshot/src/main/ets/com/ohos/common/constants.ets'
|
||||
import ScreenShotModel from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenShotModel.ets'
|
||||
import ServiceExtensionAbility from '@ohos.application.ServiceExtensionAbility';
|
||||
import windowManager from '@ohos.window';
|
||||
import display from '@ohos.display';
|
||||
import Log from '../../../../../../common/src/main/ets/default/Log';
|
||||
import Constants from '../../../../../../features/screenshot/src/main/ets/com/ohos/common/constants';
|
||||
import ScreenShotModel from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenShotModel';
|
||||
|
||||
const TAG = "ScreenShot-ScreenShotServiceAbility";
|
||||
const INDEX_PAGE = "pages/index";
|
||||
|
@ -12,9 +12,9 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import Log from '../../../../../../common/src/main/ets/default/log';
|
||||
import Log from '../../../../../../common/src/main/ets/default/Log';
|
||||
import Constants from '../common/constants';
|
||||
import ViewModel from '../vm/viewmodel';
|
||||
import ViewModel from '../vm/ViewModel';
|
||||
|
||||
const TAG = 'ScreenShot-Index';
|
||||
|
||||
|
@ -13,9 +13,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import Log from '../../../../../../common/src/main/ets/default/log';
|
||||
import Log from '../../../../../../common/src/main/ets/default/Log';
|
||||
import ShotScreenModel, {ScreenShotModel
|
||||
}from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenshotmodel'
|
||||
}from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenShotModel';
|
||||
|
||||
const TAG = 'ScreenShot-ViewModel'
|
||||
const GALLERY_BUNDLE = 'com.ohos.photos'
|
||||
|
Loading…
Reference in New Issue
Block a user