ApplicationAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
/manifest/application内でAndroidManifest.xml要素を生成します。
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public sealed class ApplicationAttribute : Attribute, Java.Interop.IJniNameProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type ApplicationAttribute = class
inherit Attribute
interface IJniNameProviderAttribute
- 継承
-
ApplicationAttribute
- 属性
- 実装
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
コンストラクター
| 名前 | 説明 |
|---|---|
| ApplicationAttribute() |
新しい ApplicationAttribute インスタンスを構築して初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| AllowBackup |
|
| AllowClearUserData |
ユーザーにユーザー ata を削除するオプションが与えられているかどうか。 |
| AllowCrossUidActivitySwitchFromBelow |
|
| AllowNativeHeapPointerTagging |
|
| AllowTaskReparenting |
アプリケーションが定義するアクティビティが、そのタスクを開始したタスクから、そのタスクが次に前面に移動したときにアフィニティを持つタスクに移動できるかどうか。 |
| AppCategory |
|
| BackupAgent |
アプリケーションのバックアップ エージェントを実装する型。 |
| BackupInForeground |
|
| Banner |
|
| DataExtractionRules |
|
| Debuggable |
アプリケーションをデバッグできるかどうか。 |
| Description |
アプリケーションに関するユーザーが読み取り可能なテキスト。アプリケーション ラベルよりも長くわかりやすいテキスト。 |
| DirectBootAware |
|
| Enabled |
Android システムがアプリケーションのコンポーネントをインスタンス化できるかどうか。 |
| ExtractNativeLibs |
|
| FullBackupContent |
|
| FullBackupOnly |
|
| GwpAsanMode |
|
| HardwareAccelerated |
このアプリケーション内のすべてのアクティビティとビューに対してハードウェアアクセラレータレンダリングを有効にする必要があるかどうか。 |
| HasCode |
アプリケーションにコードが含まれているかどうか。 |
| HasFragileUserData |
|
| Icon |
アプリケーションを表すアイコン。 |
| KillAfterRestore |
システム全体の復元操作中に設定を復元した後でアプリケーションを終了するかどうかを指定します。 |
| Label |
アプリケーションのユーザーが判読できるラベル。 |
| LargeHeap |
アプリケーションを大きな Dalvik ヒープで作成する必要があるかどうか。 |
| Logo |
アプリケーションのロゴを穴として含み、ロゴを指定しないアクティビティ用の Android リソース。 |
| ManageSpaceActivity |
システムが起動して、ユーザーがデバイス上のアプリケーションによって占有されているメモリを管理できるようにする Activity 。 |
| Name |
TODO: サポートされていません。 アプリケーションを実装するクラスの名前。 |
| NetworkSecurityConfig |
|
| Permission |
クライアントがアプリケーションを起動するために必要なアクセス許可の名前。 |
| Persistent |
アプリケーションを常に実行し続けるかどうか。 |
| Process |
アプリケーションを実行するプロセスの名前。 |
| RequestLegacyExternalStorage |
|
| RequiredAccountType |
|
| ResizeableActivity |
|
| RestoreAnyVersion |
|
| RestrictedAccountType |
|
| RoundIcon |
|
| SupportsRtl |
|
| TaskAffinity |
アプリケーションがアフィニティを持つタスク。 |
| TestOnly |
|
| Theme |
アプリケーションの全体的なテーマを定義するスタイル リソースへの参照。 |
| UiOptions |
アプリケーションの UI の追加オプション。 |
| UsesCleartextTraffic |
|
| VMSafeMode |
|