如何使用smartface.io启动手机时启动应用程序

时间:2015-08-07 18:26:21

标签: android alarmmanager smartface.io

我正在使用Notifications.local.scheduleNotification来安排通知。但是,如果在火灾事件发生前重新启动手机,则不会触发通知。

我想在手机启动时启动应用程序,以便我可以再次将通知添加到警报管理器。在android清单中,我会要求以下权限。

<html>
<head>
    <title>TODO supply a title</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width">
    <link href="http://cdn.foundation5.zurb.com/foundation.css" rel="stylesheet"/>
</head>
<body>       
    <div ng-app="app" ng-controller="ClearingController">
        <ul class="clearing-thumbs large-12 columns small-block-grid-4" data-clearing>
            <li ng-repeat="imagen in imagenes"><a href="{{imagen}}"><img ng-src="{{imagen}}"></a></li>
        </ul>
    </div>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
    <script src="http://cdn.foundation5.zurb.com/foundation.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
    <script type="text/javascript">
                angular.module('app', [])
                        .controller('ClearingController', ['$scope', function($scope) {
                                $scope.imagenes = ["http://placehold.it/1000x1000&text=image1", "http://placehold.it/1000x1000&text=image2", "http://placehold.it/1000x1000&text=image3", "http://placehold.it/1000x1000&text=image4", "http://placehold.it/1000x1000&text=image5", "http://placehold.it/1000x1000&text=image6", "http://placehold.it/1000x1000&text=image7", "http://placehold.it/1000x1000&text=image8"];
                                $(document).foundation();
                            }]);

    </script>
</body>
</html>

如何在智能脸上实现?

1 个答案:

答案 0 :(得分:1)

今天,Smartface不支持此功能,但很快就会有插件支持,您可以编写自己的插件并使用它。

同样对于许可用户,可以选择要求新的实施。如果他们需要一些新功能,他们可以向Smartface团队报告,这些功能将添加到路线图中。