Skip to content

75py/DisableManager

Repository files navigation

無効化アプリ一覧

##どんなアプリ?

プリインストールアプリの無効化を補助するアプリです。

##機能

  • 無効化されたアプリの一覧を表示する
    一通り無効化したら、このリストを共有すると良い
  • 無効化が可能で、まだ無効化されていないアプリの一覧を表示する
    無効化作業をサポート
  • 無効化が不可能なシステムアプリの一覧を表示する
    残念ながら無効化できない子たち
  • ユーザーがインストールした一般アプリの一覧を表示する
    おまけ機能
  • 表示中のアプリ一覧をメーラーなどに共有する
  • 一覧画面でアプリをタップすると設定画面に飛ぶ
    「無効にする」を押しに行けます。
  • 各アプリにコメントをつける
    「無効化による弊害」などを書いておき、共有すると良いかも。要カスタムフォーマット
  • 実行中のプロセスのみ表示機能
    無効化を検討する際の基準に使えます。
  • 変更日で表示・ソートする
  • 除外リストのインポート・エクスポート
  • 無効化済みリストを無効化推奨リストとしてエクスポート、そのファイルを別端末でインポートし無効化済み・無効化可能に分類して表示

##諸注意

このアプリは非rootユーザー向けです。アプリの無効化はAndroid(ICS以上)のOS標準機能です。

アプリの無効化は自己責任で行ってください。無効化可能アプリの中にも、無効化すべきでないアプリは存在します。

無効化が可能かどうかの判定は、Androidのソースをもとにそれっぽい処理をしているだけなので、端末によっては正常に動作しないかもしれません。
(SH-02Eにおいて、一部のドコモのアプリが無効化できないにも関わらず一覧に表示されるのを確認しています。)
無効化できない子たちはリストに並ばれると邪魔なので、手動にて「長押し→除外リストに追加」で除外してください。

##要求パーミッション

  • 外部ストレージの読み書き
    インポート・エクスポート機能で使用します。

##動作環境 4.0.3、4.1.2、4.2のエミュレーターで動作確認済み。OS4.0.3以上で動作可能です。

##ダウンロード

https://play.google.com/store/apps/details?id=com.nagopy.android.disablemanager

##License

EXCEPT icon resources, this source and related resources are available under Apache License 2.0. Unauthorized copying and replication of the icon files are strictly prohibited. All Rights Reserved.

アイコンファイルを除いて、このソースコードや関連リソースはApache License 2.0とします。 アイコンファイルの無断転載を禁止します。

Copyright (C) 2013 75py

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

無効化できるアプリを判定する際に、Androidのソースコードの一部を利用しています。 該当するクラスとライセンスは以下の通りです。

###android.app.admin.DevicePolicyManager

Copyright (C) 2010 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

###com.android.settings.applications.InstalledAppDetails

Copyright (C) 2007 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy
of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published